stable

Clone or download

Read-only

request #8707 Kanban real time: management of specific permissions cases

Specific cases: - When the permission on tracker are "have access to all artifacts they submitted" Change-Id: I1f098e659f75ab4b58a758ba1c0918b234f00884

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/KanbanArtifactRightsPresenter.php +45 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +14 −17 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionSerializer.class.php +16 −1 Go to diff View file
M plugins/tracker/include/Tracker/TrackerManager.class.php +0 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Permission/PermissionSerializerTest.php +42 −0 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/realTime/Client.php +4 −8 Go to diff View file
A src/common/realTime/MessageDataPresenter.php +50 −0 Go to diff View file
A src/common/realTime/MessageRightsPresenter.php +22 −0 Go to diff View file
M src/common/realTime/NodeJSClient.php +3 −15 Go to diff View file
M src/etc/local.inc.dist +2 −3 Go to diff View file