@steedos/standard-ui 2.5.13 → 2.5.14-beta.11

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.
@@ -98,6 +98,9 @@ tab_items:
98
98
  admin_workflow_outbound_messages:
99
99
  group: process_automation
100
100
  index: 25
101
+ admin_flows:
102
+ group: approval_workflow
103
+ index: 20
101
104
  admin_roles:
102
105
  group: approval_workflow
103
106
  index: 25
@@ -107,9 +110,6 @@ tab_items:
107
110
  admin_flow_positions:
108
111
  group: approval_workflow
109
112
  index: 26.5
110
- admin_flows:
111
- group: approval_workflow
112
- index: 27
113
113
  admin_categories:
114
114
  group: approval_workflow
115
115
  index: 28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.13",
3
+ "version": "2.5.14-beta.11",
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": "70670f8b8ea0aad61e73a3258b5c8aaf6139c682"
15
+ "gitHead": "9487d14d46273b13206f974b6bbed5d230441d2d"
16
16
  }