I'm getting a page not found after I update the revisions state of a node.
Instead of going to a new page, could it be possible to return to the node that was changed and display the "revision state" in the alert area?

Thanks

CommentFileSizeAuthor
#2 moderation_page_not_found.png34.86 KBsskully

Comments

EugenMayer’s picture

Status: Active » Postponed (maintainer needs more info)

Well 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

sskully’s picture

StatusFileSize
new34.86 KB

Hi,
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!

EugenMayer’s picture

Priority: Normal » Critical
Status: Postponed (maintainer needs more info) » Needs work

Thanks for the informations, i will investigate.

EugenMayer’s picture

Status: Needs work » Fixed

Found the mistake,

drupal_goto(url());

That will lead to mistakes as drupal_goto() uses url itself.

Will be fixed in the next release.

EugenMayer’s picture

Status: Fixed » Closed (fixed)