stable

Clone or download

Read-only

WIP edit button should not appear clickable for non-admin user

This is a part of story #10353: display a kanban as a widget How to test: - npm run sass in tuleap root; npm run build in kanban folder - As a kanban admin, you should still be able to edit WIP limits for columns - As a kanban user (not admin), WIP limits should still be displayed but should not appear to be clickable. There should not be a half-displayed tooltip when you click them. Change-Id: Id5cb04cff8bd7b35d7345bb04e7826b06ae4a0d9

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/wip-popover/wip-popover-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/wip-popover/wip-popover.tpl.html +1 −2 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss +4 −1 Go to diff View file