You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should separate the save_url into save_url and autosave_url. The former is called when submitting the form and the latter is used for autosave using a JSON API. This is important for some use cases like sending an e-mail based on form input, since that triggers a completely different action.
Originally reported by: Florian Pilz (Bitbucket: florianpilz, GitHub: florianpilz)
We should separate the
save_url
intosave_url
andautosave_url
. The former is called when submitting the form and the latter is used for autosave using a JSON API. This is important for some use cases like sending an e-mail based on form input, since that triggers a completely different action.The text was updated successfully, but these errors were encountered: