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
I have a modal dialog which is loaded via a turbo frame. When the dialog is opened the URL of the page stays the same.
For example /codes. The URL of the dialog is /codes/new.
Now when a reflex is triggered inside the form the library uses the window url /codes which leads to the problem that the index action is called instead of the new action.
Describe the solution you'd like
I would like to be able to change the url of the reflex data inside the before hook.
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem?
I have a modal dialog which is loaded via a turbo frame. When the dialog is opened the URL of the page stays the same.
For example
/codes
. The URL of the dialog is/codes/new
.Now when a reflex is triggered inside the form the library uses the window url
/codes
which leads to the problem that the index action is called instead of the new action.Describe the solution you'd like
I would like to be able to change the url of the reflex data inside the before hook.
The text was updated successfully, but these errors were encountered: