Resolve "Adapt to refactored CRUD lists"
Closes #40 (closed)
Merge request reports
Activity
added part::backend part::frontend labels
added 2 commits
- Resolved by Jonathan Weth
Problems:
Lesson raster: Trying to delete a slot/break does nothing.
TimeboundCourseConfig:
Raster: Updating an existing course: (Happens in both raster and CRUD list)
File "/home/felix/.cache/pypoetry/virtualenvs/aleksis-app-cursus-cxFHTorO-py3.11/lib/python3.11/site-packages/graphene_django_cud/mutations/batch_update.py", line 203, in get_object return cls.get_queryset(root, info, full_input).get(pk=cls.resolve_id(input["id"])) ~~~~~^^^^^^ graphql.error.graphql_error.GraphQLError: 'id' GraphQL request:2:3 1 | mutation updateTimeboundCourseConfigs($input: [BatchPatchTimeboundCourseConfigInput]!) { 2 | batchMutation: updateTimeboundCourseConfigs(input: $input) { | ^ 3 | items: timeboundCourseConfigs {
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
added 1 commit
- 0c3f7e49 - Fix things related to new CRUD lists and mutations
Issues:
TimeboundCourseConfigRaster: Editing a lesson quota returns unique constraint violation error. Probably it tries to create a now config instead of updating the existing one (@yuha )
TimetableManagement: After initially placing a lesson, it is not shown until a manual page reload. Also, the mini teacher timetable overlay shows no plan, only the title. (@ZugBahnHof )
added 1 commit
- 9c9a8c6e - Fix permission check in timebound course config field in subjects query
added 2 commits
mentioned in issue #43
Please register or sign in to reply