nextcloud-vue
nextcloud-vue copied to clipboard
[next] feat(NcActions): Allow to manually specify the semantic menu type
Backport of #5336
Warning, This backport's changes differ from the original and might be incomplete ⚠️
Todo
- [x] Review and resolve any conflicts
- [x] Amend HEAD commit to remove the line stating to skip CI
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.
This doesn't work on next.
findActions only searches for NcAction* components, so rendering is stopped before it checked for forcedType.
// Check that we have at least one action
if (actions.length === 0) {
return
}
This doesn't work on next.
So we just drop this from next?