@steedos/service-pages 2.2.54 → 2.2.55-beta.1

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: sunhaolin@hotoa.com
3
3
  * @Date: 2022-04-10 14:34:08
4
4
  * @LastEditors: sunhaolin@hotoa.com
5
- * @LastEditTime: 2022-04-10 15:24:17
5
+ * @LastEditTime: 2022-07-18 13:42:57
6
6
  * @Description:
7
7
  */
8
8
  const objectql = require('@steedos/objectql');
@@ -23,11 +23,12 @@ async function getAll() {
23
23
  _id: assignment._id,
24
24
  app: assignment.app,
25
25
  desktop: assignment.desktop,
26
- is_system: assignment.is_system || false,
26
+ is_system: item.is_system || false,
27
27
  mobile: assignment.mobile,
28
28
  page: item._id,
29
29
  profile: assignment.profile,
30
30
  record_type: assignment.record_type,
31
+ type: assignment.type
31
32
  });
32
33
  }
33
34
  }
@@ -1,8 +1,8 @@
1
1
  /*
2
2
  * @Author: sunhaolin@hotoa.com
3
3
  * @Date: 2022-04-10 14:27:24
4
- * @LastEditors: baozhoutao@hotoa.com
5
- * @LastEditTime: 2022-05-18 16:49:40
4
+ * @LastEditors: sunhaolin@hotoa.com
5
+ * @LastEditTime: 2022-07-18 13:43:29
6
6
  * @Description:
7
7
  */
8
8
  const objectql = require('@steedos/objectql');
@@ -24,7 +24,8 @@ async function getAll(){
24
24
  page: item._id,
25
25
  schema: item.schema,
26
26
  version: 1,
27
- record_permissions: item.record_permissions
27
+ record_permissions: item.record_permissions,
28
+ is_system: item.is_system || false,
28
29
  });
29
30
  })
30
31
  return versions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-pages",
3
- "version": "2.2.54",
3
+ "version": "2.2.55-beta.1",
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": "c3c4c95a7010fd3a1af0cd41d999bff14718da1b",
11
+ "gitHead": "726bc045c67cd8ebee806ada31305859a66f5439",
12
12
  "dependencies": {
13
13
  "ejs": "^3.1.8"
14
14
  }