@magic-xpa/angular 4.900.0-dev490.140 → 4.900.0-dev490.143
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);
|
@@ -2380,7 +2380,7 @@ class AccessorMagicService {
|
|
2380
2380
|
for (let i = 0; i < mask.length; i++) {
|
2381
2381
|
switch (mask.charCodeAt(i)) {
|
2382
2382
|
case PICInterface.PIC_N:
|
2383
|
-
valueStr.Append("
|
2383
|
+
valueStr.Append("0");
|
2384
2384
|
break;
|
2385
2385
|
case PICInterface.PIC_U:
|
2386
2386
|
case PICInterface.PIC_L:
|