Skip to content
New issue

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

Fix single action validation #2878

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

raimund-schluessler
Copy link
Contributor

@raimund-schluessler raimund-schluessler commented Jul 24, 2022

Since #585 the first action validation does not check anymore whether it's an allowed action (firstActionElement is undefined always). We only want to allow ActionButton, ActionLink and ActionRouter as a standalone action.

See here, ActionCheckbox is rendered, which doesn't work as a standalone action:
Bildschirmfoto vom 2022-07-24 10-43-08

This PR fixes this bug:
Bildschirmfoto vom 2022-07-24 10-45-21

Required for #2768.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added bug Something isn't working 3. to review Waiting for reviews feature: actions Related to the actions components labels Jul 24, 2022
@raimund-schluessler raimund-schluessler added this to the 5.3.2 milestone Jul 24, 2022
@raimund-schluessler raimund-schluessler modified the milestones: 5.3.2, 6.0.0 Jul 25, 2022
@juliusknorr juliusknorr merged commit 8ef31f1 into master Jul 27, 2022
@juliusknorr juliusknorr deleted the fix/noid/single-action-validation branch July 27, 2022 15:29
@juliusknorr juliusknorr mentioned this pull request Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: actions Related to the actions components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants