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.

CommentFileSizeAuthor
#2 358236_gradebook.diff557 bytesMGN

Comments

MGN’s picture

Ok. 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!

MGN’s picture

StatusFileSize
new557 bytes

I 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.

MGN’s picture

Status: Active » Needs review
MGN’s picture

Status: Needs review » Fixed

This has now been committed to both the 6.x-1.x and 6.x-2.x versions.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.