stable

Clone or download

Read-only

Show/hide closed items is saved in user prefs

By default, closed items are displayed. If user choose to hide closed items for a milestone taskboard, Then on refresh, the closed items are still hidden. If user choose to display closed items for a milestone taskboard, Then on refresh, the closed items are still displayed. Part of story #13799: Expand / collapse columns Change-Id: I05c3af8a39619ec0bc537ede7a26b7f3ec808950

Modified Files

Name
M plugins/taskboard/include/Board/BoardPresenter.php +7 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts +5 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.vue +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.test.ts +24 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.ts +26 −3 Go to diff View file
M plugins/taskboard/templates/taskboard.mustache +1 −0 Go to diff View file