@steedos/standard-ui 2.5.11 → 2.5.12-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.
@@ -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
@@ -2,7 +2,7 @@
2
2
  * @Author: 殷亮辉 yinlianghui@hotoa.com
3
3
  * @Date: 2023-05-16 17:00:38
4
4
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
5
- * @LastEditTime: 2023-08-04 12:48:06
5
+ * @LastEditTime: 2023-08-11 16:19:45
6
6
  */
7
7
  var buttonTriggerHistoryPathsChange;
8
8
  ; (function () {
@@ -121,10 +121,10 @@ function clearHistoryFilters(context, lastPath) {
121
121
  if (!lastPath || lastPath.params.app_id != params.app_id || lastPath.params.object_name != params.object_name || lastPath.params.list_view_id != params.list_view_id) {
122
122
  let listViewPropsStoreKey;
123
123
  if (lastPath) {
124
- listViewPropsStoreKey = lastPath.path + "/crud/" + (lastPath.params.list_view_id || "");
124
+ listViewPropsStoreKey = lastPath.path + "/crud";
125
125
  }
126
126
  else {
127
- listViewPropsStoreKey = path + "/crud/" + (params.list_view_id || "");
127
+ listViewPropsStoreKey = path + "/crud";
128
128
  }
129
129
  sessionStorage.removeItem(listViewPropsStoreKey);
130
130
  }
@@ -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.11",
3
+ "version": "2.5.12-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": "fa315255231ac336e95125366f6c4362a1a3200e"
15
+ "gitHead": "ea690212bfbdc054bbea946e547b876658a0af4e"
16
16
  }