stable
Clone or download
Read-only
This is part of story #12188 hide fieldsets according to state When you create a new tracker based on one that have setup some hidden fieldsets actions, then these actions are also duplicated. This must also works for tracker duplication at project creation. To have this working, the feature flag $sys_should_use_hidden_fieldsets_post_actions must be set to 1 in the local.inc file or in database. Change-Id: I502a620764e697c6ec04bca725a52945d5a804e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactory.php | +20 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsFactoryTest.php | +92 | −0 | Go to diff View file |