stable

Clone or download

Read-only

Init the Done admin form

This is part of story #10631 have a "Done" semantic The form is disabled without submit button (comes in a next commit). Only closed values are displayed in the selectbox. If there is no semantic status defined, an "empty state" is displayed. Change-Id: I1f999ad7b7c714bd7267fae57fc922be4c8fd6dc

Modified Files

Name
M plugins/tracker/include/Tracker/Semantic/SemanticDone.php +43 −2 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/SemanticDoneAdminPresenter.php +62 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +22 −2 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +14 −0 Go to diff View file
A plugins/tracker/templates/semantic/done-admin.mustache +20 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +26 −0 Go to diff View file