stable

Clone or download

Read-only

Redirect to taskboard after card edition

Since there isn't any modal to edit card on taskboard yet, we redirect users to tracker service in order to edit a card (story, task, โ€ฆ). Instead of simply staying in tracker, this contribution redirects the user to the taskboard after the artifact has been updated. This is the same behavior than the overview pane. Part of story #16206: ยซ + New ยป button, better contextualisation Change-Id: I241501424906bfc79a306cca3e4c4da3252eae0a

Modified Files

Name
M plugins/taskboard/include/REST/v1/CardRepresentation.php +18 โˆ’3 Go to diff View file
M plugins/taskboard/include/REST/v1/CardRepresentationBuilder.php +3 โˆ’1 Go to diff View file
M plugins/taskboard/tests/rest/TaskboardTest.php +15 โˆ’15 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +18 โˆ’2 Go to diff View file