stable

Clone or download

Read-only

Convert existing administration.js script to typescript and mode it under its own namespace

part of story #14096 have a post action to add "Scrum Top Backlog" flag Why this change: In order to have the modal at configuration save, I'll need to add some code and tests for administration It will ease me development if code is already in typescript, And if I want to add some test on it, it will be easier if I follow what have been done for "artifact-additional-action" and if I have a dedicated namespace to add a new jest.config.js to watch my new tests How to test: go to administration of agiledashboard: - remove button for planning aredisplayed - if you can not add new planning a popover is displayed onhover for the button create new planning Change-Id: If0c93551f5337d9104d4a3cecb463ac00fc09d3c

Modified Files

Name
R plugins/agiledashboard/www/js/administration.js Go to diff View file
M plugins/agiledashboard/www/js/webpack.config.js +7 −4 Go to diff View file