-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ed without parameter names (Lustmored) This PR was squashed before being merged into the 4.x branch. Discussion ---------- Allow `AdminCrud` and `AdminAction` attributes to be used without parameter names This PR allows using both `AdminCrud` and `AdminAction` attributes in their short form, like: ``` #[AdminCrud('/user-editor', 'external_user_editor')] #[AdminAction('/bar/bar', 'foofoo')] ``` Right now they are only functional with parameters, like: ``` #[AdminAction(routeName: 'foobar', routePath: '/bar/foo')] ``` This closes #6501 Commits ------- c2b7dae Allow `AdminCrud` and `AdminAction` attributes to be used without parameter names
- Loading branch information
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters