@steedos/standard-permission 2.7.1-beta.15 → 2.7.1-beta.17

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.
@@ -21,10 +21,12 @@ fields:
21
21
  index: true
22
22
  is_name: true
23
23
  required: true
24
+ filterable: true
24
25
  type:
25
26
  label: Type
26
27
  type: select
27
28
  firstOption: false
29
+ filterable: true
28
30
  options: Profile:profile,Permission set:permission_set
29
31
  defaultValue: permission_set
30
32
  amis:
@@ -36,7 +38,7 @@ fields:
36
38
  reference_to: apps
37
39
  reference_to_field: code
38
40
  name: assigned_apps
39
- filterable: true
41
+ filterable: false
40
42
  default_standard_buttons:
41
43
  label: Default Standard Buttons
42
44
  type: select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.7.1-beta.15",
3
+ "version": "2.7.1-beta.17",
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": "cf3eb8bd2b0b729ada0b8e5e9d6d9b4d652b4de0",
15
+ "gitHead": "a47b445992e1ced339572a86f50ed1c75ed12335",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }