mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-3872] Disable boolean mode dropdown due to lack of OR in ACS (#2744)
This commit is contained in:
@@ -57,6 +57,8 @@ export class RuleCompositeConditionUiComponent implements ControlValueAccessor,
|
||||
simpleConditions: new FormArray([])
|
||||
});
|
||||
|
||||
readonly isOrImplemented = false;
|
||||
|
||||
private _readOnly = false;
|
||||
@Input()
|
||||
get readOnly(): boolean {
|
||||
|
Reference in New Issue
Block a user