@steedos/standard-permission 2.5.3-beta.4 → 2.5.3-beta.5

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.
@@ -19,10 +19,6 @@ fields:
19
19
  - label: Permission set
20
20
  value: permission_set
21
21
  description:
22
- license:
23
- label: License
24
- help:
25
- description:
26
22
  assigned_apps:
27
23
  label: Assigned Apps
28
24
  help:
@@ -19,10 +19,6 @@ fields:
19
19
  - label: 权限集
20
20
  value: permission_set
21
21
  description:
22
- license:
23
- label: 许可证
24
- help:
25
- description:
26
22
  assigned_apps:
27
23
  label: 授权应用
28
24
  help:
@@ -26,15 +26,6 @@ fields:
26
26
  firstOption: false
27
27
  options: Profile:profile,Permission set:permission_set
28
28
  defaultValue: permission_set
29
- license:
30
- label: License
31
- type: lookup
32
- optionsFunction: !!js/function
33
- function(){
34
- return Steedos.getLicenseOptions();
35
- }
36
- showIcon: false
37
- # required: "{{ 'profile' === formData.type }}"
38
29
  assigned_apps:
39
30
  label: Assigned Apps
40
31
  type: lookup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.3-beta.4",
3
+ "version": "2.5.3-beta.5",
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": "864f038f9cd5f12c521dce09498ca74d8b156077"
15
+ "gitHead": "c6817f6816ad44017068d161cf69605e18ff5270"
16
16
  }