@steedos/standard-process-approval 2.4.0-beta.23 → 2.4.0-beta.25

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.
@@ -18,12 +18,8 @@ fields:
18
18
  is_wide: true
19
19
  filterable: true
20
20
  create: false
21
- # reference_to: objects
21
+ reference_to: objects
22
22
  reference_to_field: name
23
- optionsFunction: !!js/function |
24
- function(){
25
- return Steedos.getObjectsOptions();
26
- }
27
23
  description:
28
24
  label: Description
29
25
  type: textarea
@@ -16,10 +16,8 @@ fields:
16
16
  object_name:
17
17
  label: Object Name
18
18
  type: lookup
19
- optionsFunction: !!js/function |
20
- function () {
21
- return Steedos.getObjectsOptions();
22
- }
19
+ reference_to: objects
20
+ reference_to_field: name
23
21
  target_object:
24
22
  type: lookup
25
23
  label: Object to Update
@@ -21,10 +21,8 @@ fields:
21
21
  type: lookup
22
22
  required: true
23
23
  is_wide: true
24
- optionsFunction: !!js/function |
25
- function () {
26
- return Steedos.getObjectsOptions();
27
- }
24
+ reference_to: objects
25
+ reference_to_field: name
28
26
  title:
29
27
  label: Title
30
28
  type: textarea
@@ -10,10 +10,8 @@ fields:
10
10
  type: lookup
11
11
  required: true
12
12
  is_wide: true
13
- optionsFunction: !!js/function |
14
- function () {
15
- return Steedos.getObjectsOptions();
16
- }
13
+ reference_to: objects
14
+ reference_to_field: name
17
15
  name:
18
16
  type: text
19
17
  required: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.4.0-beta.23",
3
+ "version": "2.4.0-beta.25",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.4.0-beta.23"
13
+ "@steedos/process": "2.4.0-beta.25"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "02fd9ceab1405e0eddbb1752882168f0f4d660f0"
18
+ "gitHead": "1a46fbee4dd51269a59dc80ff30fde5572679c3a"
19
19
  }