@magic-xpa/angular 4.900.0-dev490.141 → 4.900.0-dev490.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2339,9 +2339,9 @@ class AccessorMagicService {
|
|
2339
2339
|
let properties;
|
2340
2340
|
properties = this.task.Records.list[0].getControlMetadata(controlId);
|
2341
2341
|
if (properties.properties.get(HtmlProperties.ReadOnly) !== null && properties.properties.get(HtmlProperties.ReadOnly) === true)
|
2342
|
-
return false;
|
2343
|
-
else
|
2344
2342
|
return true;
|
2343
|
+
else
|
2344
|
+
return false;
|
2345
2345
|
}
|
2346
2346
|
getText(controlId, rowId) {
|
2347
2347
|
return this.task.getProperty(controlId, HtmlProperties.Text, rowId);
|