@steedos/standard-object-database 2.4.0-beta.16 → 2.4.0-beta.19

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.
@@ -169,7 +169,7 @@ fields:
169
169
  required: "{{['autonumber', 'formula'].indexOf(formData.type) > -1 ? true: false}}"
170
170
  sort_no: 210
171
171
  data_type:
172
- type: select
172
+ type: lookup
173
173
  label: Data Type
174
174
  inlineHelpText: This field must be filled when the field type is 'Formula'
175
175
  depend_on:
@@ -51,6 +51,8 @@ fields:
51
51
  multiple: true
52
52
  required: true
53
53
  create: false
54
+ reference_to: permission_set
55
+ reference_to_field: name
54
56
  optionsFunction: !<tag:yaml.org,2002:js/function> |-
55
57
  function () {
56
58
  var profiles = Creator.odata.query('permission_set', {$filter: "(type eq 'profile')"}, true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.4.0-beta.16",
3
+ "version": "2.4.0-beta.19",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "1a6e749338be48912c63f1019b39294267132e3b"
18
+ "gitHead": "0a5d60be217f234f44dfd83ba5886c6e1bcea082"
19
19
  }