Hi all,Please, I need a quick mod that will disable the behavior of posting every time a refresh happens, after original post. I know there has been discussions over this matter, but I can't find any workaround.I found https://git.framasoft.org/martin.gubri/osticket-1-8/commit/b6b2b857b5dddb13e700a29f2ab45171162bc908?view=parallel, but doesn't work.Also, https://github.com/osTicket/osTicket/issues/2004, I can confirm the issue.

Ok, so a partial workaround, would be to mod tickets.php from \scpadding header("Location: your address");// I used tickets.phpexit();to right above } elseif(!$errors) {

So I managed to get this together: https://github.com/osTicket/osTicket/pull/3566I made it a pull request maybe it will be implemented this way, since redoing the whole post/redirect/get design pattern might be a pain.

Write a Reply...