Bug report: Adding application version

StaticMate - sign up for the beta

All new hosted static site generator.

StaticMate

avatar.php?userid=32953

After saving changes to an application version, I am redirected to application-version:_all, not to the application I came from.

Edit | Permalink

avatar.php?userid=719119

I second that. It happens to me half of the time.

Edit | Permalink

avatar.php?userid=372320

Ah, silly me. I can't believe I didn't think of this! Thanks for reporting it - it's related to the fix for the comments count being incorrect. A real fix will come in a couple of weeks, but in the meantime I'll do the easy option & break the comments count temporarily. I should get around to it later tonight.

Edit | Permalink

avatar.php?userid=32953

You can fix this without breaking the comments count.

At the moment each app-version page is linked back to it's original application by a tag that looks like this:

If you change the tag to the actual page name (i.e. use visible tag app:38 rather than hidden tag _version-38), you should be able to then use this in the Redirect module's destination to return to the correct page.

[[module Redirect destination="/%%tags%%"]]

Edit | Permalink

avatar.php?userid=372320

This has now been fixed and all application versions redirect to the parent app page (after creating a new version, or editing an existing one). Thanks for tip Shane :)

Edit | Permalink