orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
137 stars 34 forks source link

Preserve action button parameters #85

Closed giant-robot closed 1 year ago

giant-robot commented 1 year ago

When building the action buttons in CRUD screens, any parameters set by the developer when defining the action are ovewritten by the _action parameter.

We should preserve these parameters to preserve the expected behaviour of the system and, at the same time, make sure that the action parameter is never overridden.