@steedos/standard-object-database 2.4.0-beta.15 → 2.4.0-beta.18

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.
@@ -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.15",
3
+ "version": "2.4.0-beta.18",
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": "095294ab9e56a8fbbffd17ce1aefa1f55ae4c676"
18
+ "gitHead": "62ac67a437778039d0b498d09ffde85912e33dd9"
19
19
  }