stable

Clone or download

Read-only

Add a button to show all hidden fieldsets in artifact view

This change is part of story #12188 You need the $sys_should_use_hidden_fieldsets_post_actions feature flag in order to see the changes. If your artifact is subject to hidden fieldsets, a button appear to show/hide them. Change-Id: I0b3f540677af0310da96d2b92fc813d1fe8689bf

Modified Files

Name
M plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ProjectTrackersResource.class.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php +18 −8 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php +5 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +32 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +29 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetector.php +36 −2 Go to diff View file
M plugins/tracker/phpunit/Tracker/Workflow/PostAction/HiddenFieldsets/HiddenFieldsetsDetectorTest.php +95 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +3 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php +15 −7 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifact.js +26 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +13 −0 Go to diff View file