@steedos/standard-ui 2.5.12-beta.6 → 2.5.12-beta.9

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.
@@ -107,6 +107,9 @@ tab_items:
107
107
  admin_flow_roles:
108
108
  group: approval_workflow
109
109
  index: 26
110
+ admin_flow_positions:
111
+ group: approval_workflow
112
+ index: 26.5
110
113
  admin_flows:
111
114
  group: approval_workflow
112
115
  index: 27
@@ -0,0 +1,21 @@
1
+ name: admin_flow_positions
2
+ desktop: true
3
+ icon: queue
4
+ is_new_window: false
5
+ label: 岗位成员
6
+ mobile: true
7
+ permissions:
8
+ - permission: 'on'
9
+ permission_set: admin
10
+ - permission: 'off'
11
+ permission_set: user
12
+ - permission: 'off'
13
+ permission_set: customer
14
+ - permission: 'off'
15
+ permission_set: supplier
16
+ - permission: 'off'
17
+ permission_set: organization_admin
18
+ - permission: 'off'
19
+ permission_set: workflow_admin
20
+ type: object
21
+ object: flow_positions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.12-beta.6",
3
+ "version": "2.5.12-beta.9",
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": "28ba4a48734da8c3064abfcf5ae1d7a7c302391c"
15
+ "gitHead": "eed1149008c250335088c8e342d47c6fbde77ed5"
16
16
  }