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 using a dynamic value in the name() method of an action, you can not submit the action anymore and get a 404 from Nova, as the action's name is used like an identifier in the submission url, and modified between the action generation and its execution.
Detailed steps to reproduce the issue on a fresh Nova installation:
This discussion was converted from issue #5926 on October 04, 2023 07:00.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When using a dynamic value in the
name()method of an action, you can not submit the action anymore and get a 404 from Nova, as the action'snameis used like an identifier in the submission url, and modified between the action generation and its execution.Detailed steps to reproduce the issue on a fresh Nova installation:
Using the following action on a Resource:
and plugging it in your resource
You have a displayed name when selecting the action:
And when validating in the modal, the generated URL does not match the Action name anymore
Expected
I expect to be able to customize my action name freely, as it's a display label, and not a class / behavior identifier.
Beta Was this translation helpful? Give feedback.
All reactions