- Issue created by @djdevin
- last update
about 1 year ago 37 pass Thanks @djdevin! The patch fixes an issue when progressing through Book and Quiz objects in a Drupal 10 course outline.
However, there are now some errors when editing a course outline:
- After adding an object to the outline, a
Drupal.AjaxError
occurs. Reloading the page then shows the added object. - When deleting an object from the outline and then clicking 'Save outline', an exception is thrown:
Call to a member function get() on null /src/Storage/CourseObjectFulfillmentStorage.php on line 106 $ret = $available[$co->get('object_type')->getString()] ?? [];
** Note: I was running into this every time an object was deleted from the outline, but now I can't replicate (?).
- After adding an object to the outline, a