User story #3291
closedUser story #3290: Be able to have hideable sections in the Directive display
Implement sections that can be hidden/displayed in the directive form
Description
Implement sections that can be displayed or hidden by default, and show a link in the form to display/hid them
Files
Updated by Nicolas CHARLES almost 12 years ago
Pull request for cf-clerk
https://github.com/Normation/cf-clerk/pull/8
Updated by Nicolas CHARLES almost 12 years ago
- Status changed from In progress to 10
Pull request for rudder ishttps://github.com/Normation/rudder/pull/124 (pull request moved in another ticket #3327)
Updated by Nicolas CHARLES almost 12 years ago
- File foldable.png foldable.png added
For each section, we have the possibility to have a folded attribute, which behave as this :
- attribute absent : the section is not foldable
- folded="true" : by default, the section will be hidden
- folded="false" : by default, the section will not be hidden, but can be hidden
On the web form, we'll have arrows (like for reports) which shows if the section can be folded or not (see screenshot)
Clicking on it folds/unfolds the section
Updated by Nicolas CHARLES almost 12 years ago
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Updated by Nicolas CHARLES almost 12 years ago
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- every section can be folded
- thedefault visibility (folder or not) is defined with a displayPriority attribute, with currently two values "high" and "low" (low means hidden, high means show)
- hiding a multivalued sections means hiding the Delete button
- we need a show it is a link !
Updated by Nicolas CHARLES almost 12 years ago
- Assignee changed from Nicolas CHARLES to Jonathan CLARKE
Updated by Nicolas CHARLES almost 12 years ago
- Status changed from 10 to Pending technical review
- Assignee changed from Jonathan CLARKE to François ARMAND
func reviewed !
Francois, could you tech review it ?
Updated by François ARMAND almost 12 years ago
RT done, some comments/remarks in the pull request.
Updated by François ARMAND almost 12 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by Nicolas CHARLES over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
Pull request updated, Francois, could you review it ?
Updated by François ARMAND over 11 years ago
- Status changed from Pending technical review to 12
- Assignee deleted (
François ARMAND)
RT OK!
Updated by Matthieu CERDA over 11 years ago
- Status changed from 12 to Pending release
- % Done changed from 0 to 100
Applied in changeset 5588dbb21780060dc161edc938d4eec1a7edef88.
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset clerk:commit:150286a073be096592c83bf068fba0975013b465.
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset clerk:commit:150286a073be096592c83bf068fba0975013b465.
Updated by Jonathan CLARKE over 11 years ago
Merged the missing PR for cf-clerk. This was missed, because there are several Pull Requests in this ticket, which is normally not allowed.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending release to Released
This ticket has been addressed in version 2.6.0~beta1 of Rudder, which has just been released. Please see the changelog here: https://www.rudder-project.org/foswiki/System/Documentation:ChangeLog26.
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story