@steedos/standard-object-database 2.5.13 → 2.5.14-beta.11

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.
@@ -175,6 +175,20 @@
175
175
  "perPage": 20
176
176
  }
177
177
  ]
178
+ },
179
+ {
180
+ "title": "${'objects_amis_object_workflows' | t}",
181
+ "hiddenOn": "${_master.record.enable_workflow != true}",
182
+ "body": [
183
+ {
184
+ "type": "steedos-object-related-listview",
185
+ "objectApiName": "objects",
186
+ "recordId": "${recordId}",
187
+ "relatedObjectApiName": "object_workflows",
188
+ "relatedKey": "object_name",
189
+ "perPage": 20
190
+ }
191
+ ]
178
192
  }
179
193
  ],
180
194
  "id": "u:6a3b45d7adcf",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.13",
3
+ "version": "2.5.14-beta.11",
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": "70670f8b8ea0aad61e73a3258b5c8aaf6139c682"
18
+ "gitHead": "9487d14d46273b13206f974b6bbed5d230441d2d"
19
19
  }