@steedos/standard-object-database 2.5.14 → 2.5.15-beta.10

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.
@@ -313,7 +313,8 @@ let objectTriggers = {
313
313
  type: "text",
314
314
  required: true,
315
315
  index: true,
316
- searchable: true
316
+ searchable: true,
317
+ filterable: true
317
318
  });
318
319
  // Creator.getCollection("object_fields").insert({
319
320
  // object: doc.name,
@@ -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.14",
3
+ "version": "2.5.15-beta.10",
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": "9007f92f87f5680039bb5a9c21675f9261784872"
18
+ "gitHead": "19b38f2fb81cc01f7bb109f86324d5dd9cada992"
19
19
  }