@steedos/standard-object-database 2.6.4-beta.13 → 2.6.4-beta.15
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.
|
@@ -299,7 +299,7 @@ fields:
|
|
|
299
299
|
"type": "transfer",
|
|
300
300
|
"options": [],
|
|
301
301
|
"multiple": true,
|
|
302
|
-
"required":
|
|
302
|
+
"required": false,
|
|
303
303
|
"placeholder": "-",
|
|
304
304
|
"className": "col-span-2 m-0 w-full",
|
|
305
305
|
"searchable": true,
|
|
@@ -309,6 +309,7 @@ fields:
|
|
|
309
309
|
"source": {
|
|
310
310
|
"method": "get",
|
|
311
311
|
"url": "/service/api/amis-metadata-objects/objects/${name}/fields/options",
|
|
312
|
+
"sendOn": "${!!name && _master.recordId}"
|
|
312
313
|
},
|
|
313
314
|
"joinValues": false,
|
|
314
315
|
"extractValue": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.4-beta.
|
|
3
|
+
"version": "2.6.4-beta.15",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@steedos-widgets/amis-lib": "^1.0.22",
|
|
15
|
-
"@steedos/standard-objects": "2.6.4-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.4-beta.15"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "33ae4e9f1b505307316be5230144def69b004a9d"
|
|
20
20
|
}
|