@steedos/standard-object-database 2.5.12 → 2.5.13-beta.3

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.
@@ -130,6 +130,8 @@ fields:
130
130
  group: related_lists
131
131
  related_lists.$.related_field_fullname:
132
132
  type: lookup
133
+ amis:
134
+ tpl: ${related_field_fullname.label}
133
135
  optionsFunction: !!js/function |
134
136
  function(values) {
135
137
  if (!(values != null ? values.object_name : void 0)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.12",
3
+ "version": "2.5.13-beta.3",
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": "cdf06aa70a7b55d8dae3fdd62bb24d8fe004b5c9"
18
+ "gitHead": "2bdc16e25c46bdd332a62c0487fe3649d4d249cb"
19
19
  }