stable
Clone or download
Read-only
This patch aims to fix item being added in double when using the modal to create a new artifact To test : 1) Build, Install and enable mercure on your own tuleap instance 2) setting feature_flag_enable_mercure_dev to 1 in bash-web /!\ Enabling mercure will disable socket.io, if you wish to revert you can simply set feature_flag_enable_mercure_dev to 0 3) Create an artifact with the modal, it should not be added twice to the kanban Part of story #28301 Have Kanban realtime be Mercure based Change-Id: I3ea6c275b0e7c1b5ffd8379ff27181c672c5b57c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js | +26 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/realtime/mercure-service.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/shared-properties/shared-properties-service.js | +7 | −0 | Go to diff View file |