-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend checklist implementation #5460
Frontend checklist implementation #5460
Conversation
⛔ Feature branch deployment currently inactive.If the PR is still open, you can add the |
fix unittest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor adjustments
frontend/src/components/activity/ButtonNestedContentNodeAdd.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- feature toggle works ✅
- creating and editing checklists ✅
- using checklists in schedule entries ✅
- drag & drop causes backend errors ❌
An exception occurred while executing a query: SQLSTATE[23505]:
Unique violation: 7
ERROR: duplicate key value violates unique constraint "checklistitem_checklistid_parentid_position_unique" DETAIL: Key (checklistid, parentid, "position")=(c5163ea9d9a6, 9d13b06a9080, 2) already exists.
Now also displays checklists if more than 1 of them exist 👍 LGTM |
See example: https://bacluc-1.ecamp3.ch/
See feature toggle: https://pr5460.ecamp3.ch/camps/3c79b99ab424/GRGR/program/activities/12f34c89ce11
Frontend part of #4936