stable

Clone or download

Read-only

Site-admin description fields should import TLP

Part of request #14565: tlp should be imported by all its users How to test - rebuild core assets - Go to Site Administration > Project Settings > "Fields" tab. All modals should still open, auto-submit switches should still submit. Change-Id: Id6eae541320e8ab5144706101435ede9b436771c

Modified Files

Name
M src/common/admin/ProjectCreation/ProjectFieldsDisplayController.php +10 −4 Go to diff View file
A src/scripts/site-admin/description-fields.ts +36 −0 Go to diff View file
A src/scripts/tuleap/switches/switch-autosubmitter.test.ts +85 −0 Go to diff View file
A src/scripts/tuleap/switches/switch-autosubmitter.ts +38 −0 Go to diff View file
M src/templates/admin/projects/add_description_field_modal.mustache +43 −42 Go to diff View file
M src/templates/admin/projects/delete_description_field_modal.mustache +24 −23 Go to diff View file
M src/templates/admin/projects/description_fields_list.mustache +16 −7 Go to diff View file
M src/templates/admin/projects/edit_description_field_modal.mustache +66 −65 Go to diff View file
M src/webpack.common.js +1 −0 Go to diff View file
D src/www/scripts/tuleap/admin-description-fields.js +0 −85 Go to diff View file