stable
Clone or download
Read-only
This mainly concerns the modal v2 and the fields permissions administration. Part of request #17967: Deploy a useful content security policy Change-Id: I2df8ddcb9bf967d5700b62cc34abd54f061d9ddc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php | +10 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php | +10 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +6 | −4 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/admin-fields-permissions.ts | +33 | −0 | Go to diff View file |
M | plugins/tracker/templates/permission/fields-by-group.mustache | +1 | −8 | Go to diff View file |
M | plugins/tracker/templates/permission/groups-by-field.mustache | +1 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Action/Tracker_Action_UpdateArtifactTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +1 | −0 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +2 | −2 | Go to diff View file |