Hello,
after a successfully insert, I'd like to go to the edit page of the new record (when I update a record, after a successfully update, the form stay filled on the given record page): I can get the primary_key of it using callback_after_insert but a redirect inside the function of the callback does not redirect at all.
What is the correct "grocerycrud way" to edit a record just after having successfully inserted it?
Thanks.