After editing image title or caption in "Manage Images" tab and hitting Save I'm redirected to "Modifying Images" progress bar and afterwards redirect goes to "/node" instead of returning me back to the gallery view page. The images are saved properly and I get two messages:
"Image modifications complete" and
"Unable to find a navigator image sort view. Please revisit your Node Gallery relationship settings."
If I simply press save without editing images or if I just change the cover image I am properly redirected to the gallery view page.
This does not happen when using "Sort Images", where after sorting I am properly redirected back to the sort page again.
Anyone else experiencing this issue? Can this be fixed?
I would like it fixed because I have disabled "/node" path through custom module ( using unset($callbacks['node']) ), thus after "Manage Images" I'm redirected to "Page not found" which doesn't look so neat.
Comments
Comment #1
dizarter commentedMaybe I have something wrong in my configuration.
Please let me know where do you get redirected after Managing Images?
Comment #2
justintime commented@dizarter - it should redirect you back to your gallery view page. I've got connectivity issues right now so I can't really debug. Can you try the latest dev release? There's a slim chance it may be fixed in the most recent update.
Comment #3
dizarter commentedOk, I have to backup a few additions I made to node_gallery.token.inc and then I will try the new version.
Will report back with results.
Thank you.
Comment #4
dizarter commentedNope, still get redirected to /node instead to gallery I just edited
Comment #5
justintime commentedDid you try it without your customizations? Perhaps something in your tokens are messing things up?
Comment #6
dizarter commentedI added back those customizations after the initial install.
Let me try this on a fresh Drupal and Node Gallery install and I'll report back.
Comment #7
dizarter commentedSomehow I managed to alter path for one of the default views. Reverting that view back to the original state fixed the problem.
Thanks for the great module!
Comment #8
priapurnama commentedI stumbled upon the same problem, could you tell me what you did to fix that?
Comment #9
oxford-dev commentedI'm also facing this problem but its trying to redirect to /content.
What is also very strange is that during the batch processing the theme switches to the maintenance theme.
Any suggestions?
EDIT: False alarm. Upgrading to latest dev sorted the redirect and updating the maintenance theme to my current theme fixed the other issue.