@steedos/standard-object-database 2.5.15-beta.2 → 2.5.15-beta.3

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,7 +133,7 @@ fields:
133
133
  label: Enable Enhanced Lookup
134
134
  inlineHelpText: When enabled, the lookup field associated with this object displays its options as a pop-up window.
135
135
  group: Switch
136
- defaultValue: false
136
+ defaultValue: true
137
137
  enable_dataloader:
138
138
  type: boolean
139
139
  label: Enable Dataloader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.15-beta.2",
3
+ "version": "2.5.15-beta.3",
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": "00bbdae28184b789ff9e4f513f37cc4bf190ccfd"
18
+ "gitHead": "1567b929fdb7376a55e7df602c753ad6dfc0a049"
19
19
  }