stable

Clone or download

Read-only

Merge commit 'refs/changes/64/32064/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: fix: request #39736 Project administrator can see fields of another project Change-Id: I6dd89c9f00a1d80a4b4b0f34912013424b186dd5

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