stable

Clone or download

Read-only

request #8727 Kanban real time: edit card

When we change permissions on an artifact: - If others client didn't see the artifact and since we change permissions they can: They receive the information to add the card on their kanban - If others client saw the artifact and since we change permissions they can't: They receive nothing and if they try an action on it there is a popup to reload the page Change-Id: Id1d72fa0b73ebe970f63b0b371099625b45382d6

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanArtifactRightsPresenter.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +9 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +34 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +38 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +9 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/po/template.pot +6 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +325 −205 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +25 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +21 −0 Go to diff View file
M plugins/tracker/include/Tracker/dao/Tracker_PermDao.class.php +11 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +36 −0 Go to diff View file