-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.5, 4.1.5, 4.2.2
Replication
- Add a Comments block in the Grader's page (view.php?id=X&rownum=0&useridlistid=Y&action=grading).
- Click on the button to rate any activity.
- You get a JavaScript error, and the PDF viewer is not loaded:
"container" is not defined.
See this line in comment/comment.js:
var container = Y.one('#comment-ctrl-'+this.client_id);
Alternative replication using LTI provider:
- Create an assignment and publish it over LTI
- Add a comments block to that assignment page (this will work if the assignment is accessed via the site directly)
- Go to a consumer site, and set up a link into the published assignment using an embedded launch container
- Observe that when you launch into the assignment, you'll see console errors.
If you try to add a file submission to the assignment, you'll be unable to, since the file manager just spins forever.
- is a regression caused by
-
MDL-68792 Display fake blocks on embedded layout
-
- Closed
-