@steedos/service-core-objects 3.0.13-beta.17 → 3.0.13-beta.19
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.
|
@@ -12,6 +12,12 @@ var standardCustomizeSaveRequestAdaptor = `
|
|
|
12
12
|
delete newDoc.__filename;
|
|
13
13
|
delete newDoc.responseData;
|
|
14
14
|
delete newDoc.responseStatus;
|
|
15
|
+
console.log('newDoc.nav_schema', newDoc.nav_schema);
|
|
16
|
+
if(newDoc.nav_schema){
|
|
17
|
+
if(typeof newDoc.nav_schema !== 'string'){
|
|
18
|
+
newDoc.nav_schema = JSON.stringify(newDoc.nav_schema);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
15
21
|
}
|
|
16
22
|
else if(objectName === "permission_set"){
|
|
17
23
|
objectFields = ['name', 'label', 'type', 'license', 'lockout_interval', 'max_login_attempts', 'password_history', 'default_standard_buttons', 'assigned_apps'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-core-objects",
|
|
3
|
-
"version": "3.0.13-beta.
|
|
3
|
+
"version": "3.0.13-beta.19",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"steedos"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@steedos/service-package-loader": "3.0.13-beta.
|
|
12
|
+
"@steedos/service-package-loader": "3.0.13-beta.19",
|
|
13
13
|
"bcryptjs": "^3.0.3",
|
|
14
14
|
"json2xls": "^0.1.2",
|
|
15
15
|
"lodash": "^4.17.21"
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"description": "steedos package",
|
|
18
18
|
"repository": {},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "090a59902abfc2767332972db2c0d71e360193c8"
|
|
21
21
|
}
|