@steedos/standard-object-database 2.5.3-beta.13 → 2.5.3-beta.16
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.
- package/main/default/objectTranslations/datasources.en/datasources.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/object_triggers.en/object_triggers.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/object_validation_rules.en/object_validation_rules.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/objects.en/objects.en.objectTranslation.yml +1 -1
- package/main/default/objects/objects.object.yml +7 -0
- package/package.json +2 -2
|
@@ -28,10 +28,12 @@ fields:
|
|
|
28
28
|
required: true
|
|
29
29
|
is_name: true
|
|
30
30
|
searchable: true
|
|
31
|
+
filterable: true
|
|
31
32
|
name:
|
|
32
33
|
type: text
|
|
33
34
|
label: API Name
|
|
34
35
|
searchable: true
|
|
36
|
+
filterable: true
|
|
35
37
|
index: true
|
|
36
38
|
required: true
|
|
37
39
|
inlineHelpText: Can only contain lowercase letters and numbers, must start with a letter, cannot end with an underscore character or contain two consecutive underscore characters
|
|
@@ -131,6 +133,11 @@ fields:
|
|
|
131
133
|
inlineHelpText: When enabled, the lookup field associated with this object displays its options as a pop-up window.
|
|
132
134
|
group: Switch
|
|
133
135
|
defaultValue: false
|
|
136
|
+
enable_audit:
|
|
137
|
+
type: boolean
|
|
138
|
+
label: Enable Audit
|
|
139
|
+
group: Switch
|
|
140
|
+
hidden: true
|
|
134
141
|
# enable_trash:
|
|
135
142
|
# type: boolean
|
|
136
143
|
# enable_space_global:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.5.3-beta.
|
|
3
|
+
"version": "2.5.3-beta.16",
|
|
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": "ef2a20e8380004854e0428016d3468c4b5ea7c0b"
|
|
19
19
|
}
|