@budibase/server 2.9.39-alpha.7 → 2.9.39-alpha.8

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.
@@ -4745,7 +4745,8 @@
4745
4745
  "dependsOn": {
4746
4746
  "setting": "clickBehaviour",
4747
4747
  "value": "details"
4748
- }
4748
+ },
4749
+ "resetOn": "dataSource"
4749
4750
  },
4750
4751
  {
4751
4752
  "label": "Save button",
@@ -5397,6 +5398,7 @@
5397
5398
  "type": "fieldConfiguration",
5398
5399
  "key": "fields",
5399
5400
  "nested": true,
5401
+ "resetOn": "dataSource",
5400
5402
  "selectAllFields": true
5401
5403
  },
5402
5404
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.9.39-alpha.7",
4
+ "version": "2.9.39-alpha.8",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "license": "GPL-3.0",
47
47
  "dependencies": {
48
48
  "@apidevtools/swagger-parser": "10.0.3",
49
- "@budibase/backend-core": "2.9.39-alpha.7",
50
- "@budibase/client": "2.9.39-alpha.7",
51
- "@budibase/pro": "2.9.39-alpha.7",
52
- "@budibase/shared-core": "2.9.39-alpha.7",
53
- "@budibase/string-templates": "2.9.39-alpha.7",
54
- "@budibase/types": "2.9.39-alpha.7",
49
+ "@budibase/backend-core": "2.9.39-alpha.8",
50
+ "@budibase/client": "2.9.39-alpha.8",
51
+ "@budibase/pro": "2.9.39-alpha.8",
52
+ "@budibase/shared-core": "2.9.39-alpha.8",
53
+ "@budibase/string-templates": "2.9.39-alpha.8",
54
+ "@budibase/types": "2.9.39-alpha.8",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -195,5 +195,5 @@
195
195
  }
196
196
  }
197
197
  },
198
- "gitHead": "a68c633de54c59ff0a185d498515bd805225fd38"
198
+ "gitHead": "51341824028ef973ac12f71ef6e441e1f316fb15"
199
199
  }