@steedos/service-pages 2.5.3-beta.13 → 2.5.3-beta.15
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.
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
record_id: data.recordId,
|
|
260
260
|
formFactor: Steedos.isMobile() ? "SMALL" : "LARGE",
|
|
261
261
|
context: {
|
|
262
|
-
rootUrl: rootUrl.endsWith("/") ? rootUrl.substr(0, rootUrl.length-1) : rootUrl,
|
|
262
|
+
rootUrl: Meteor.isCordova ? (rootUrl.endsWith("/") ? rootUrl.substr(0, rootUrl.length-1) : rootUrl) : '',
|
|
263
263
|
tenantId: Creator.USER_CONTEXT.spaceId,
|
|
264
264
|
userId: Creator.USER_CONTEXT.userId,
|
|
265
265
|
authToken: Creator.USER_CONTEXT.user.authToken,
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
$scopeId : schema.name || schema.id
|
|
277
277
|
}
|
|
278
278
|
});
|
|
279
|
+
console.log(`defData`, defData)
|
|
279
280
|
|
|
280
281
|
schema = lodash.defaultsDeep(defData , schema);
|
|
281
282
|
|
|
@@ -924,9 +925,9 @@
|
|
|
924
925
|
"name": "globalFooter",
|
|
925
926
|
"body": [
|
|
926
927
|
{
|
|
927
|
-
"type": "steedos-global-
|
|
928
|
+
"type": "steedos-global-footer",
|
|
928
929
|
"id": "u:77851eb4aa89",
|
|
929
|
-
"appId":
|
|
930
|
+
"appId": appId
|
|
930
931
|
},
|
|
931
932
|
]
|
|
932
933
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "2.5.3-beta.
|
|
3
|
+
"version": "2.5.3-beta.15",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "60922001047bf7270aaca51702a3f3541a6b0516",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"ejs": "^3.1.8"
|
|
14
14
|
}
|