@steedos/standard-permission 2.5.0-beta.33 → 2.5.0-beta.36

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.
@@ -50,8 +50,6 @@ fields:
50
50
  multiple: true
51
51
  is_wide: true
52
52
  filterable: true
53
- depend_on:
54
- - type
55
53
  inlineHelpText: When the type is a profile, no user needs to be selected
56
54
  visible_on: "{{'permission_set' === formData.type}}"
57
55
  is_system:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.0-beta.33",
3
+ "version": "2.5.0-beta.36",
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": "370c9eaa707a6932f3eb12fb3d711e679bcd2484"
15
+ "gitHead": "2838bde7123410aef06286ab5b92f1054e065313"
16
16
  }