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
When you provide a Form URL with a _path as array option the Form still autofills plugin, controller and action.
This results in an Exception later on, when Router::unwrapShortString checks for unwanted array options.
The bug can be fixed by adding _path to the check in FormHelper::_formUrl. For example:
Description
When you provide a Form URL with a _path as array option the Form still autofills plugin, controller and action.
This results in an Exception later on, when Router::unwrapShortString checks for unwanted array options.
The bug can be fixed by adding _path to the check in FormHelper::_formUrl. For example:
CakePHP Version
5.x
PHP Version
No response
The text was updated successfully, but these errors were encountered: