When I click on "save" after entering a grade (as either a teacher or administrator), I am redirected to a "page not found." As a result, if I want to add grades for other students, I have to navigate through the menu to go back to the gradebook.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 358236_gradebook.diff | 557 bytes | MGN |
Comments
Comment #1
MGN commentedOk. Can you tell me what the URL is when you get the page not found? That might help me troubleshoot this. I can't reproduce the problem on my site.
The URL should be set to something like http://www.example.com/gradebook/66 where the number refers to the taxonomy term id (a number) for the gradebook. If you have URL aliases set up (as I do), then a human-readable name may replace the number.
Note: You can see what the alias resolves to if you go to administer >> site building >> URL aliases. You can also find the term id if you look through your administer >> content management >> taxonomy and list terms for the Gradebook vocabulary. When you mouse over the taxonomy terms, you'll see the taxonomy id.
I suspect we will find the problem lies in the generation of the URL...
Thanks!
Comment #2
MGN commentedI think I found it : an errant url() call. I expect this will solve the problem. See the attached patch - the fix will go into the nightly dev snapshot.
Thanks for your help in identifying this one...please let me know how it goes.
Comment #3
MGN commentedComment #4
MGN commentedThis has now been committed to both the 6.x-1.x and 6.x-2.x versions.