We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer, I want to use custom actions inside the action slot to deduplicate code.
I.e. in polls we created a custom action for deletion of several items: https://github.com/nextcloud/polls/blob/master/src/js/components/Actions/ActionDelete.vue
Currently actions component must be registered and applied inside the custom component, wich prevents using it inside an actions menu.
The text was updated successfully, but these errors were encountered:
@dartcafe Can you check if this issue is still valid, please? I think it should work now.
Sorry, something went wrong.
As soon, as I have time. Sorry, busy atm.
Allowed with limitations
I'd say it is still actual because of limitations
Just checked with v9. Custom and reusable actions are still not possible.
No branches or pull requests
As a developer, I want to use custom actions inside the action slot to deduplicate code.
I.e. in polls we created a custom action for deletion of several items: https://github.com/nextcloud/polls/blob/master/src/js/components/Actions/ActionDelete.vue
Currently actions component must be registered and applied inside the custom component, wich prevents using it inside an actions menu.
The text was updated successfully, but these errors were encountered: