stable

Clone or download

Read-only

fix: request #39736 Project administrator can see fields of another project

Change-Id: Ibc5c4ef3f23d79c2eb2de5210b1212ac6f986719

Modified Files

Name
M plugins/tracker/include/Tracker/Permission/SearchUserGroupsPermissionOnFields.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/SearchUserGroupsPermissionOnTrackers.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Permission/TrackersPermissionsDao.php +30 −26 Go to diff View file
M plugins/tracker/include/Tracker/Permission/TrackersPermissionsRetriever.php +26 −5 Go to diff View file
A plugins/tracker/include/Tracker/Permission/UserGroupInProject.php +35 −0 Go to diff View file
M plugins/tracker/tests/integration/Permission/TrackersPermissionsDaoOnArtifactsTest.php +34 −0 Go to diff View file
M plugins/tracker/tests/integration/Permission/TrackersPermissionsDaoOnFieldsTest.php +43 −4 Go to diff View file
M plugins/tracker/tests/integration/Permission/TrackersPermissionsDaoOnTrackersTest.php +70 −6 Go to diff View file
M plugins/tracker/tests/unit/Stub/Tracker/Permission/SearchUserGroupsPermissionOnFieldsStub.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Stub/Tracker/Permission/SearchUserGroupsPermissionOnTrackersStub.php +1 −1 Go to diff View file