@steedos/standard-object-database 2.4.0-beta.18 → 2.4.0-beta.19
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.
|
@@ -169,7 +169,7 @@ fields:
|
|
|
169
169
|
required: "{{['autonumber', 'formula'].indexOf(formData.type) > -1 ? true: false}}"
|
|
170
170
|
sort_no: 210
|
|
171
171
|
data_type:
|
|
172
|
-
type:
|
|
172
|
+
type: lookup
|
|
173
173
|
label: Data Type
|
|
174
174
|
inlineHelpText: This field must be filled when the field type is 'Formula'
|
|
175
175
|
depend_on:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.19",
|
|
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": "
|
|
18
|
+
"gitHead": "0a5d60be217f234f44dfd83ba5886c6e1bcea082"
|
|
19
19
|
}
|