@steedos/standard-object-database 2.5.3-beta.15 → 2.5.3-beta.18
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.
|
@@ -133,6 +133,11 @@ fields:
|
|
|
133
133
|
inlineHelpText: When enabled, the lookup field associated with this object displays its options as a pop-up window.
|
|
134
134
|
group: Switch
|
|
135
135
|
defaultValue: false
|
|
136
|
+
enable_audit:
|
|
137
|
+
type: boolean
|
|
138
|
+
label: Enable Audit
|
|
139
|
+
group: Switch
|
|
140
|
+
hidden: true
|
|
136
141
|
# enable_trash:
|
|
137
142
|
# type: boolean
|
|
138
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.18",
|
|
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": "efa1f5bc5a03e09374141b10f65eaf269283e4d7"
|
|
19
19
|
}
|