jonathanKingston/britto

Publish redirection issue

Opened this issue · 2 comments

Once I have published something it heads back to the home page, which wasn't intended.
Then trying to get back to the posts screen I have to visit another page first which is also an issue.

jaeh commented

i think this is something within standardhandler?
i used a function named donothing to get around that when adding the new features,
only executing standardhandler if error,
before that even publishing/unpublishing a post redirected to the blog

I changed standardHandler to solve those issues you were having; I will look into it further. Do nothing was just doing the same thing as standardHandler solves.
I have a feeling this is the same issue stopping the auto update stuff working.