frontend/src/store/modules
kolaente 4ef54f1bc2
fix: deleting a namespace
Deleting a namespace would remove the item from the store and then try to remove it from the search index. That failed because the item was already removed from the store and thus undefined when it was passed to the store.
2021-11-22 21:49:19 +01:00
..
attachments.js Merge branch 'main' into vue3 2021-10-07 12:20:52 +02:00
auth.js chore: don't spread arguments (#933) 2021-11-02 18:17:25 +00:00
config.js feat: move user settings to multiple components (#889) 2021-10-26 20:58:02 +00:00
kanban.js fix: loading tasks with infinite scroll in kanban buckets (#920) 2021-10-31 13:37:18 +00:00
labels.js fix: deleting a namespace 2021-11-22 21:49:19 +01:00
lists.js fix: deleting a namespace 2021-11-22 21:49:19 +01:00
namespaces.js fix: deleting a namespace 2021-11-22 21:49:19 +01:00
tasks.js fix: adding or creating a label with quick add magic (#944) 2021-11-04 16:30:30 +00:00