|
|
|
@ -200,7 +200,7 @@ export class SimpleConfigurationComponent implements ControlValueAccessor, Valid |
|
|
|
} |
|
|
|
|
|
|
|
private toggleScopeByOutputType(): void { |
|
|
|
if (this.isScript || this.simpleConfiguration.get('output').value.type === OutputType.Attribute) { |
|
|
|
if (this.isScript || this.simpleConfiguration.get('output').value.type === OutputType.Attribute || this.disabled) { |
|
|
|
this.simpleConfiguration.get('useLatestTs').disable({emitEvent: false}); |
|
|
|
} else { |
|
|
|
this.simpleConfiguration.get('useLatestTs').enable({emitEvent: false}); |
|
|
|
|