@steedos/standard-permission 2.7.8-beta.8 → 2.7.9-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.
@@ -39,6 +39,7 @@ fields:
39
39
  reference_to_field: code
40
40
  name: assigned_apps
41
41
  filterable: false
42
+ is_wide: true
42
43
  default_standard_buttons:
43
44
  label: Default Standard Buttons
44
45
  type: select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.7.8-beta.8",
3
+ "version": "2.7.9-beta.1",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "28a04e959c048afaabd8450b51e42326e20fa072",
15
+ "gitHead": "225a31a6a89d55f6e51cdbc5391bb111e6a307e2",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }