stable
Clone or download
Read-only
story #8698: choose the values to be displayed at project creation from trove cats
To do this test you have to : - Made a trove category mandatory - In child of the category, chose to display some of element at project creation - Create a new project, you should see only the chosen displayed elements - Go into statistics, service usage, you should see all projects, event for category not visible at creation Change-Id: Ib3ba22d62724f6b0d2bb1c1a2be8e2fd2aa72ba0
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/admin/admin.tab | +3 | −0 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +2 | −0 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationController.class.php | +1 | −1 | Go to diff View file |
M | src/common/project/OneStepCreation/OneStepCreationPresenter.class.php | +1 | −1 | Go to diff View file |
M | src/common/trove/TroveCatFactory.php | +31 | −8 | Go to diff View file |
M | src/common/trove/TrovecatDao.php | +12 | −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/2016/201601051638_add_trovecat_display_column.php | +56 | −0 | Go to diff View file |
M | src/www/admin/trove/trove_cat_add.php | +22 | −3 | Go to diff View file |
M | src/www/admin/trove/trove_cat_edit.php | +23 | −2 | Go to diff View file |
M | src/www/include/trove.php | +3 | −3 | Go to diff View file |
M | src/www/scripts/tuleap/trovecat.js | +14 | −3 | Go to diff View file |