stable
Clone or download
Read-only
No need to repeat how we set/delete preferences. Move it in the user module. No functional changes. Note: anonymous users will be handled in a dedicated commit. Part of story #13799: Expand / collapse columns Change-Id: Ie65a29b38f4491cf3103b0722a56293abbf0d270
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/src/store/actions.test.ts | +13 | −59 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/actions.ts | +12 | −29 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts | +14 | −52 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts | +13 | −29 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/user/index.ts | +2 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/user/type.d.ts | +8 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/user/user-actions.test.ts | +87 | −0 | Go to diff View file |
A | plugins/taskboard/scripts/taskboard/src/store/user/user-actions.ts | +54 | −0 | Go to diff View file |