@newview/permission-service 1.2.47 → 1.2.48
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.
package/README.md
CHANGED
|
@@ -7701,6 +7701,9 @@ class GeneralConfigurationInstance extends BaseInstance {
|
|
|
7701
7701
|
PlatformId: this.props.platformInfo.Id
|
|
7702
7702
|
})));
|
|
7703
7703
|
if (res && res.length > 0) {
|
|
7704
|
+
if (this.utilities.isNull(res[0].ProjectConfig)) {
|
|
7705
|
+
res[0].ProjectConfig = "[]";
|
|
7706
|
+
}
|
|
7704
7707
|
Object.assign(this.nowRow, res[0]);
|
|
7705
7708
|
let data = this.props.configType == "GC" ? this.utilities.deepCopy(JSON.parse(res[0].ProjectConfig)) : this.utilities.deepCopy(JSON.parse(res[0].ConstructConfig));
|
|
7706
7709
|
if (data && data.length > 0) {
|