Sometimes my users create an object from a form, click the back button, and re-use the form. This does not increment the object_id sequence so when they submit, they get this error:
duplicate key value violates unique constraint "acs_objects_context_object_un"
I realize generating the object_id in advance is part of double click protection but is there a way to trigger a new request when the back button is used?
Request notifications