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

[16.0][ADD] web_action_conditionable: support forms #3082

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

hbrunn
Copy link
Member

@hbrunn hbrunn commented Feb 6, 2025

This was supported in v8 but never made it into newer versions.


Similarly in forms you can write:

<form create="false" delete="false" duplicate="false" edit="false">

and with this module you can do:

<form create="state=='draft'" delete="state!='done'" duplicate="some_field=='some value'" edit="state!='done'">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant