Closed (fixed)
Project:
Content moderation
Version:
6.x-1.0-rc2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2010 at 19:37 UTC
Updated:
22 Feb 2010 at 11:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
EugenMayer commentedWell that needs some more inverstigation, because thats not the case for me.
The node should get displayed after that operation. Can you please write down exactly what your steps are and in what state you change ( and what the url of the 404 is). Thanks
Comment #2
sskully commentedHi,
Here are the steps I'm doing:
I click on the >> edit state button under the moderation block under "viewing" or "pending".
I change the state, then click save.
I'm taken to the url "http://localhost/moderations//moderations/node/1/revisions/10/view".
Which says "Page not found"
"The revisions state has been successfully updated to approve"
"The requested page could not be found. "
I've attached a screen capt.
Thanks for your help!
Comment #3
EugenMayer commentedThanks for the informations, i will investigate.
Comment #4
EugenMayer commentedFound the mistake,
drupal_goto(url());
That will lead to mistakes as drupal_goto() uses url itself.
Will be fixed in the next release.
Comment #5
EugenMayer commented