stable

Clone or download

Read-only

Do not display the form if there is no closed values

This is part of story #10631 have a "Done" semantic To test it, go to your semantic status and select all the field values as open values. The form in done semantic must not be displayed. In addition, there is a little refactoting about visible values. Change-Id: Ib937598542c28479e4743167bf1e9091f5388627

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDone.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Semantic/SemanticDoneAdminPresenter.php +7 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +5 −0 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +5 −0 Go to diff View file
M plugins/agiledashboard/templates/semantic/done-admin.mustache +9 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php +10 −12 Go to diff View file