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

[next] feat(NcActions): Allow to manually specify the semantic menu type

Open backportbot[bot] opened this issue 1 year ago • 1 comments

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.

backportbot[bot] avatar Mar 11 '24 12:03 backportbot[bot]

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
		}

ShGKme avatar Mar 20 '24 11:03 ShGKme

This doesn't work on next.

So we just drop this from next?

susnux avatar Jan 20 '25 11:01 susnux