stable
Clone or download
Read-only
You can now update the remaining effort of a card via REST API PATCH taskboard_cards/:id { remaining_effort: 3.1416 } No visible change on the interface yet. Part of story #14115: update the remaining effort of a parent card Change-Id: I63f19e3785c1c8270cf887e74fc2f1f8be5325a0
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/taskboard/include/REST/v1/Card/CardPatchRepresentation.php | +31 | −0 | Go to diff View file |
A | plugins/taskboard/include/REST/v1/Card/CardPatcher.php | +140 | −0 | Go to diff View file |
M | plugins/taskboard/include/REST/v1/TaskboardCardResource.php | +49 | −0 | Go to diff View file |
A | plugins/taskboard/phpunit/REST/v1/Card/CardPatcherTest.php | +200 | −0 | Go to diff View file |
M | plugins/taskboard/site-content/fr_FR/LC_MESSAGES/tuleap-taskboard.po | +3 | −0 | Go to diff View file |
M | plugins/taskboard/tests/rest/TaskboardCardTest.php | +13 | −0 | Go to diff View file |