stable

Clone or download

Read-only

permissions on field

request #9893 Wrong behavior of "Permission on artifact" field New behaviour is waited when field is required, the checkbox is no more displayed at least one group must be choosen Change-Id: I694ce584fd903dd58f14033bbb714ad4da5b2455

Modified Files

Name
A plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactUGroupRetriever.php +55 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactUsageFormatter.php +52 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/PermissionsOnArtifactValidator.php +46 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +193 −123 Go to diff View file
M plugins/tracker/include/autoload.php +5 −2 Go to diff View file
A plugins/tracker/tests/Tracker/FormElement/PermissionsOnArtifactValidatorTest.php +70 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_PermissionsOnArtifactTest.php +89 −16 Go to diff View file