nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

Allow custom actions inside Actions component

Open dartcafe opened this issue 4 years ago • 5 comments

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.

dartcafe avatar May 15 '21 17:05 dartcafe

@dartcafe Can you check if this issue is still valid, please? I think it should work now.

raimund-schluessler avatar Jan 27 '23 10:01 raimund-schluessler

As soon, as I have time. Sorry, busy atm.

dartcafe avatar Feb 02 '23 21:02 dartcafe

Allowed with limitations

Antreesy avatar Dec 27 '24 13:12 Antreesy

I'd say it is still actual because of limitations

ShGKme avatar Dec 27 '24 20:12 ShGKme

Just checked with v9. Custom and reusable actions are still not possible.

dartcafe avatar Dec 28 '24 09:12 dartcafe