stable

Clone or download

Read-only

Admin can choose nb max values for a category

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