stable
Clone or download
Read-only
request #20926 Tracker artifact permission field is not updated in some case
When an artifact is updated with an artifact permission field, if the old values are on the new values, the field is not updated. To test : - Create an artifact with artifact permission field with values [value_1, value_2] - Update the artifact with [value_1, value_2, value_3] --> the field is not updated Change-Id: I26baaf13052413851cd49f1afdd854d3d646cb86
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Field/PermissionsOnArtifact/ChangesChecker.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Field/PermissionsOnArtifact/ChangesCheckerTest.php | +21 | −6 | Go to diff View file |