stable
Clone or download
Read-only
This is a part of request #10837 Tuleap-realtime receives fields already filtered Tuleap-realtime have a wrong filter on fields. To test: - Have tracker kanban with label title field equals to another value than "Summary". - On kanban create and update cards with tuleap-realtime running. Then you should always see title of cards. Change-Id: I47fccdcaad21325c34a3b67de6ae3b10e2c14577
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php | +11 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageSender.php | +7 | −33 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMovedMessageRepresentation.php | +0 | −5 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactUpdatedMessageRepresentation.php | +31 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +0 | −9 | 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/socket/socket-service.js | +62 | −95 | Go to diff View file |