Form name optional, set HTTP status to Authorization Policy
Last edit:
March 04, 2019
IMPROVED
form_nameoptional: No need to duplicate GraphQL mutation input via Form - theform_nameattribute is now optional in GraphQL mutations likeuser_create,user_update,customization_update, etc. You can still use it if you want to leverage existing configuration doing something in a callback/async callback or for sending emails, but you don’t have to.- Set
http_statusto Authorization Policy: Added possibility to sethttp_statusto Authorization Policy (previously hardcoded to 403). This allows you to render your custom 404 when an Auth Policy is violated. Moreover, now you can also customize 403, 500, and 503 (maintenance) pages by creating a page with the corresponding slug - 403, 500, or 503.
FIXED
- Double error message: Fixed double error message for image validation (that occurred in some cases).