stable
Clone or download
Read-only
Part of story #12553: see flags that categorize my project in all project pages As site admin, edit a top level category and adjust the "Nb maximum of allowed values". The chosen value is reflected in project ยป admin ยป categories UI. Bonus: - align inputs in the modal and move description field as requested on the mockups. - fix request #11583 Those two bonuses can be extracted into dedicated commits if you think it is better for the review. Change-Id: I6d92dfa7280cf498d29044072d6c54126fd6158e
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +3 | โ0 | Go to diff View file |
M | src/common/Project/Admin/Categories/IndexController.php | +1 | โ3 | Go to diff View file |
M | src/common/Project/Admin/Categories/UpdateController.php | +4 | โ4 | Go to diff View file |
M | src/common/trove/TroveCatHierarchyRetriever.php | +1 | โ0 | Go to diff View file |
M | src/common/trove/TroveCatListController.php | +20 | โ5 | Go to diff View file |
M | src/common/trove/TrovecatDao.php | +15 | โ7 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +1 | โ0 | Go to diff View file |
A | src/db/mysql/updates/2019/201902061654_add_nb_max_values.php | +42 | โ0 | Go to diff View file |
M | src/templates/admin/projects/trovecat-modal-add.mustache | +56 | โ50 | Go to diff View file |
M | src/templates/admin/projects/trovecat-modal-edit.mustache | +62 | โ36 | Go to diff View file |
M | src/www/include/trove.php | +2 | โ3 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_siteadmin-trovecats.scss | +18 | โ10 | Go to diff View file |