stable

Clone or download

Read-only

Add "All users", "Registered users" and "Authenticated users" to the ugroups list

Part of story #12187 configure workflow pre & post actions at target state level How to test: - Go to /plugins/tracker/workflow/{tracker_id}/transitions - Add a new transition - Configure conditions ---> System user groups may be selectable (depends on platform configuration) Change-Id: I289e686ded91ea6fe2a5bca54ff36636561619e4

Modified Files

Name
M plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.js +4 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/api/rest-querier.spec.js +3 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +11 −0 Go to diff View file
M site-content/tuleap-core.pot +8 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +48 −10 Go to diff View file
M src/common/project/UGroupManager.class.php +32 −1 Go to diff View file
A tests/lib/ArrayHasKeyWithValueMatch.php +61 −0 Go to diff View file
A tests/lib/CustomAssert.php +70 −0 Go to diff View file
A tests/lib/ForgeConfigSandbox.php +47 −0 Go to diff View file
A tests/lib/GlobalLanguageMock.php +54 −0 Go to diff View file
A tests/lib/TraversableContainsAnyElementMatch.php +78 −0 Go to diff View file
A tests/lib/bootstrap_phpunit_custom_assert.php +24 −0 Go to diff View file
A tests/phpunit/common/Project/UGroupManagerTest.php +248 −0 Go to diff View file
M tests/rest/_fixtures/04-public-member/project.xml +5 −0 Go to diff View file
M tests/rest/lib/RestBase.php +3 −1 Go to diff View file
M tests/rest/tests/ProjectTest.php +15 −0 Go to diff View file