-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRESIDECMS-2613 add complex feature enabled evaluation
In many scenarios, we need to be able to check whether or not multiple different features are enabled, or whether one feature is not enabled and another is, etc. This change adds support for using operators in our feature string to achieve this wherever we have feature specifications. e.g. in a form, you could now do: ```xml <field name="myfield" feature="!( featureX && featureY ) || featureZ" /> ```
- Loading branch information
1 parent
19d57db
commit 048715b
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters