You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to enable or actually disable certain options for the conditional_logic actions and conditions, because sometimes users do not need all the possibilities and in case the front end is customised it is also possible that not all options are supported.
Feature Wish:
Create a new available property in your config.yml file called: enabled for each action and condition. And remove all enabled=false items in the function generateConditionalLogicStore within the ExtJsFormBuilder class.
This way a user of the bundle could easily add it within the custom config file:
Description:
It would be nice to enable or actually disable certain options for the
conditional_logic
actions and conditions, because sometimes users do not need all the possibilities and in case the front end is customised it is also possible that not all options are supported.Feature Wish:
Create a new available property in your
config.yml
file called:enabled
for each action and condition. And remove allenabled=false
items in the functiongenerateConditionalLogicStore
within theExtJsFormBuilder
class.This way a user of the bundle could easily add it within the custom config file:
Example 1: set enabled flag in config
Example 2: each item could also be nullable
Quickfix / Workaround:
If you need this feature now, you could overwrite the service to do so. In our config file for the formbuilder we have added:
form_builder.yml
We created a new file to overwrite the ExtJsFormBuilder.php
The text was updated successfully, but these errors were encountered: