@steedos/standard-permission 2.5.16 → 2.5.17-beta.10

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.
@@ -33,3 +33,8 @@ fields:
33
33
  actions:
34
34
  customize:
35
35
  label: Customize
36
+ listviews:
37
+ all:
38
+ label: All Roles
39
+ customize:
40
+ label: Customize
@@ -33,3 +33,8 @@ fields:
33
33
  actions:
34
34
  customize:
35
35
  label: Customize
36
+ listviews:
37
+ all:
38
+ label: All Share Rules
39
+ customize:
40
+ label: Customize
@@ -53,7 +53,20 @@ actions:
53
53
  on: record
54
54
  list_views:
55
55
  all:
56
- label: All Roles
56
+ label: 所有
57
+ filter_scope: space
58
+ columns:
59
+ - name
60
+ - object_name
61
+ - active
62
+ - entry_criteria
63
+ - record_filter
64
+ - description
65
+ - is_system
66
+ customize:
67
+ label: 自定义
68
+ filters:
69
+ - ["is_system","<>",true]
57
70
  filter_scope: space
58
71
  columns:
59
72
  - name
@@ -57,7 +57,20 @@ actions:
57
57
  on: record
58
58
  list_views:
59
59
  all:
60
- label: All Roles
60
+ label: 所有
61
+ filter_scope: space
62
+ columns:
63
+ - name
64
+ - object_name
65
+ - active
66
+ - entry_criteria
67
+ - record_filter
68
+ - description
69
+ - is_system
70
+ customize:
71
+ label: 自定义
72
+ filters:
73
+ - ["is_system","<>",true]
61
74
  filter_scope: space
62
75
  columns:
63
76
  - name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.16",
3
+ "version": "2.5.17-beta.10",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "29c5576aac882d8ae615c0542c458bb82afd77db"
15
+ "gitHead": "d4a1c8b4938c6b7853b4890902ec7b9ea60a1a70"
16
16
  }