stable

Forked from tuleap/stable

Clone or download

Read-only

Define a trovecat as "mandatory"

This task is part of story #8560 use trove cat at project creation siteadmin can define if a trovecat is mandatory at creation or while updating the trovecat through the web UI. Only the trovecats under "Root" can be selected as mandatory. Change-Id: I8156818a0b8667e69d07af8d17716bc1d673f1a3

Modified Files

Name
M site-content/en_US/admin/admin.tab +2 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +2 −0 Go to diff View file
M src/common/include/Combined.class.php +1 −0 Go to diff View file
M src/db/mysql/database_initvalues.sql +112 −112 Go to diff View file
M src/db/mysql/database_structure.sql +1 −0 Go to diff View file
A src/db/mysql/updates/2015/201511231728_add_trovecat_mandatory_column.php +38 −0 Go to diff View file
M src/www/admin/trove/trove_cat_add.php +19 −7 Go to diff View file
M src/www/admin/trove/trove_cat_edit.php +20 −8 Go to diff View file
A src/www/scripts/tuleap/trovecat.js +50 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/definitions.less +2 −1 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/trovecat.less +7 −0 Go to diff View file