Commit 8036401
committed
Add the hidden authentication fields to the LTI update form.
The content generator `hidden_authen_fields` method should be called in
all page forms, but was not added ot the form in the LTI update page.
As a result if you are acting as a student, go to that page, and click
"Update Grades", then the acting ceases. Even worse, if
`session_management_via` is set to "key", and you click "Update Grades",
then you are sent to the login page, and have to login again in order
for the form to submit. I missed this when this page was created.
@somiaj observed the issue when acting as another user on the page.1 parent a00a004 commit 8036401
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments