mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-4436] comparator options set as Equals only when Encoding is selected in condition in Create/Edit a rule in Manage rules same as Share application (#3080)
* added comparator value only as Equals when Encoding is selected same as Share application which was earlier “Equals, Contains, Starts with and Ends with” * used 'special' type instead of custom type equals_comparator.
This commit is contained in:
@@ -50,7 +50,7 @@ export const ruleConditionFields: RuleConditionField[] = [
|
|||||||
{
|
{
|
||||||
name: 'encoding',
|
name: 'encoding',
|
||||||
label: 'ACA_FOLDER_RULES.RULE_DETAILS.FIELDS.ENCODING',
|
label: 'ACA_FOLDER_RULES.RULE_DETAILS.FIELDS.ENCODING',
|
||||||
type: 'string'
|
type: 'special'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'category',
|
name: 'category',
|
||||||
|
Reference in New Issue
Block a user