Andrew Kingston
7050c6713a
Remove log and add notification when creating or editing columns
2023-03-31 13:21:53 +01:00
Andrew Kingston
b2d2cf3989
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-31 12:08:58 +01:00
Adria Navarro
ceba91fd5c
Merge pull request #10176 from Budibase/bug/budi-6631-define-existing-relationships-doesnt
...
[BUG] Refresh sql columns on defining relationships
2023-03-31 13:00:58 +02:00
adrinr
6f69798f27
Undo wrongly commited code
2023-03-31 11:27:44 +01:00
adrinr
faa1c27d29
Refresh sql columns on defining relationships
2023-03-31 10:53:50 +01:00
adrinr
ec0acadd0a
Fix user crossover on the bulder when no using account portal
2023-03-31 09:46:56 +01:00
Andrew Kingston
7570c52879
Allow expanding rows using existing edit row modal
2023-03-30 16:12:28 +01:00
Rory Powell
38e6d61709
Explictly check for google datasource configured ( #10165 )
...
* Explictly check for google datasource configured
* Unit tests for getGoogleDatasourceConfig
* Update /api/global/configs/public test + lint
2023-03-30 13:40:59 +01:00
Andrew Kingston
d3c17308ab
Fix one-to-many relationships allowing selecting multiple rows on both sides
2023-03-30 08:53:09 +01:00
mike12345567
26aeac357d
Removing tenancy validity check, instead depending on the PLATFORM_URL environment variable for determining tenant ID.
2023-03-29 16:19:35 +01:00
Michael Drury
d255bfad0b
Merge pull request #10149 from Budibase/fix/budicloud-log-out
...
Budicloud logout on googlesheet auth
2023-03-29 14:47:15 +01:00
mike12345567
b6be98fa4e
Making logic around logout very explicit.
2023-03-29 14:22:07 +01:00
mike12345567
70d91acc41
Adding a check for the tenant ID - to make sure it is a real tenant before forcing the user out of the platform based on it.
2023-03-29 14:19:54 +01:00
Andrew Kingston
31f6f9db7b
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-29 12:09:57 +01:00
Rory Powell
d6992bbf94
Merge branch 'master' into merge-master-develop
2023-03-29 11:52:09 +01:00
Rory Powell
89d19a87a7
Revert "Merge pull request #10038 from Budibase/fix/budi-6723" ( #10143 )
...
This reverts commit b1b18bef18
, reversing
changes made to e841ccd0ed
.
2023-03-29 08:48:06 +01:00
Andrew Kingston
f2b12bcf45
Component error state improvements ( #10136 )
...
* Tidy logic for creating initial component instances
* Add initial implementation of enriching empty settings
* Fix regression that prevented custom placeholders from working (#9994 )
* Tidy up
* Add automatic naming of form fields when added
* Update missing required setting placeholder
* Improve error states and add ability to automatically wrap a component in a required parent type
* Fix crash in column editor and rename component placeholder to error state
* Select the parent component after adding it when wrapping a component with a missing ancestor
* Fix blocks and make fields require forms
* Improve empty component placeholder
* Lint
2023-03-28 21:11:33 +01:00
Martin McKeaveney
bcbed08a40
Merge pull request #9951 from Budibase/settings-panel-update
...
Settings panel layout update
2023-03-28 18:36:58 +01:00
Andrew Kingston
e0e5ca7a3c
Merge branch 'develop' of github.com:Budibase/budibase into spreadsheet-integration
2023-03-28 15:47:53 +01:00
mike12345567
f637512317
Adding error to check why logout might have occurred as well as a possible fix.
2023-03-28 15:14:28 +01:00
Dean
c914ded42c
Feedback updates
2023-03-28 11:18:49 +01:00
Dean
51f2557e9a
Merge remote-tracking branch 'origin/develop' into feature/whitelabelling
2023-03-27 21:15:31 +01:00
Martin McKeaveney
191bf47179
Merge pull request #10048 from Budibase/fix/conditional-ui-drawer-sections
...
Fix component settings which have no labels appearing as undefined in conditional UI
2023-03-27 17:43:56 +01:00
Dean
eb3e38bb61
Removed the license agreement toggle
2023-03-27 15:32:45 +01:00
Dean
8131d9dc6f
Branding feature flag changes, config trimming and some fixes
2023-03-27 15:17:14 +01:00
Martin McKeaveney
d1ae1871c0
allow arrow key navigation in the components panel
2023-03-24 16:32:41 +00:00
Dean
d19a700612
Linting
2023-03-21 15:19:52 +00:00
Dean
f0a8732631
Fix for the page title logic for the login page
2023-03-21 14:32:52 +00:00
Dean
bfd7e49c72
Template fixes and updates to the file picker. Error handling added to display a warning when navigating to an unpublished or invalid app url.
2023-03-21 09:20:43 +00:00
Michael Drury
b1b18bef18
Merge pull request #10038 from Budibase/fix/budi-6723
...
Googlesheet issues - master merge
2023-03-16 13:33:33 +00:00
melohagan
eeb8e49b54
Re-add clone for App Action ( #10052 )
2023-03-16 11:36:47 +00:00
Dean
253ee413a2
Working commit
2023-03-16 09:07:21 +00:00
Andrew Kingston
75057e2b05
Simplify logic
2023-03-16 08:35:22 +00:00
Andrew Kingston
8d79a23700
Fix component settings which have no labels appearing as undefined in the conditional UI drawer
2023-03-16 08:30:16 +00:00
mike12345567
6174b6ae18
Squashing #10024 for master merge.
2023-03-15 14:16:45 +00:00
Dean
c7e54947a8
Merge remote-tracking branch 'origin/develop' into feature/whitelabelling
2023-03-15 10:28:08 +00:00
Dean
f3b58923cf
Merge remote-tracking branch 'origin/develop' into feature/whitelabelling
2023-03-15 09:13:36 +00:00
Peter Clement
cc4a911505
Merge pull request #9984 from Budibase/fix/automation-saving-fix
...
Fix issue with saving of automation fields
2023-03-14 14:39:24 +00:00
mike12345567
c2de0ade7d
Merge branch 'develop' of github.com:Budibase/budibase into fix/budi-6723
2023-03-14 14:25:46 +00:00
Peter Clement
4591bf64ee
lint
2023-03-14 14:23:39 +00:00
mike12345567
63cf91218d
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-03-14 14:12:32 +00:00
Peter Clement
352791dd9b
remove unneeded cloneDeep
2023-03-14 14:09:10 +00:00
Peter Clement
b854e06b33
fix direct mutation of inputdata in rowselector
2023-03-14 13:57:36 +00:00
Dean
e8815f797c
Merge remote-tracking branch 'origin/develop' into feature/whitelabelling
2023-03-14 09:06:06 +00:00
mike12345567
4eba548e93
Removing console log.
2023-03-13 18:05:11 +00:00
mike12345567
2a1f215351
Removing relationship option from Googlesheets as it doesn't add value, as well as multi-select as it can't really be supported. Also fixing issues with re-fetching after adding some special column types./
2023-03-13 18:04:29 +00:00
Dean
567b9418a3
Made the popover logic more responsive to changes in the tour state.
2023-03-13 14:39:36 +00:00
Dean
19d7c94a22
Made tour node registration a bit more forgiving when waiting for tour details to initialise
2023-03-13 13:17:26 +00:00
Dean
5ce52cad06
Working commit
2023-03-13 12:33:16 +00:00
Andrew Kingston
909118d398
Merge branch 'develop' of github.com:Budibase/budibase into just-dataspace-things
2023-03-13 11:30:18 +00:00