@steedos/standard-permission 2.4.0-beta.2 → 2.4.0-beta.20

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.
@@ -1,5 +1,5 @@
1
1
  name: permission_set
2
- label: Permission Set
2
+ label: Profile & Permission Set
3
3
  description:
4
4
  fields:
5
5
  name:
@@ -1,5 +1,5 @@
1
1
  name: permission_set
2
- label: 权限集
2
+ label: 简档 & 权限集
3
3
  description:
4
4
  fields:
5
5
  name:
@@ -1,5 +1,5 @@
1
1
  name: permission_set
2
- label: Permission Set
2
+ label: Profile & Permission Set
3
3
  icon: groups
4
4
  hidden: false
5
5
  enable_inline_edit: false
@@ -39,22 +39,8 @@ fields:
39
39
  label: Assigned Apps
40
40
  type: lookup
41
41
  multiple: true
42
- optionsFunction: !<tag:yaml.org,2002:js/function> |-
43
- function () {
44
- var _options;
45
-
46
- _options = [];
47
-
48
- _.forEach(Creator.Apps, function (o, k) {
49
- return _options.push({
50
- label: o.label || o.name,
51
- value: k,
52
- icon: o.icon_slds
53
- });
54
- });
55
-
56
- return _options;
57
- }
42
+ reference_to: apps
43
+ reference_to_field: code
58
44
  name: assigned_apps
59
45
  filterable: true
60
46
  users:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.4.0-beta.2",
3
+ "version": "2.4.0-beta.20",
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": "4bbd9ee44a8cc1e75db2027c135b9e208b93964a"
15
+ "gitHead": "21e6705921d682193a70b10a2e0e402a3ca32539"
16
16
  }