-
Bug
-
Resolution: Deferred
-
Minor
-
None
-
4.1.4, 4.2.1
-
MOODLE_401_STABLE, MOODLE_402_STABLE
I haven't done any investigation to determine where the actual bug is here (perhaps it's in the embed question filter). But I have verified that this problem does not occur in Moodle 3.9. To reproduce:
On a 3.9 site:
- Install the embed question filter and atto plugin:
- git clone git@github.com:moodleou/moodle-filter_embedquestion.git filter/embedquestion
- git clone git@github.com:moodleou/moodle-atto_embedquestion.git lib/editor/atto/plugins/embedquestion
- Browse to "Site administration" > "Plugins" > "Filters" > "Manage filters"
- Enable the "Embed questions" filter
- Browse to "Site administration" > "Plugins" > "Text editors" > "Atto HTML editor" > "Atto toolbar settings"
- Under "Toolbar config" find the "other = html" line and change it to "other = html, embedquestion"
- Press "Save changes"
- Create a course
- Create a question category with an ID in the course
- Add a question with an ID to the category you just made
- Create a book
- In the description, expand the atto tool bar using the button
- Click the button and select the question and category you made from before
- Press the "Save and display" button
- Fill out the form for a book chapter and view the book
- Everything looks fine
- Upgrade the site to 4.0
- View the book
- The question will be duplicated over and over on the page
- is a regression caused by
-
MDL-74602 Page activity header missing from pages using the 'embedded' page layout
- Closed