Andrew Kingston
db286d431a
Fix dependsOn logic for gridblock after renaming setting key
2023-10-20 11:20:14 +01:00
Andrew Kingston
fa90629139
Improve grid datasource backwards compatibility
2023-10-20 11:14:24 +01:00
Andrew Kingston
7fd7943a5a
Remove required prop from gridblock to ensure backwards compatiblity
2023-10-20 11:07:37 +01:00
Andrew Kingston
41e72a28c9
Merge branch 'master' into grid-all-datasources
2023-10-18 15:59:12 +01:00
Andrew Kingston
fb69c3a0da
Add new shared core util for determining whether columns can be sort columns or not
2023-10-18 15:38:37 +01:00
Andrew Kingston
bdc2bcd97d
Add support for multiple dependsOn constraints in the manifest and fix issue with nullish dependsOn contraints
2023-10-18 14:41:42 +01:00
Andrew Kingston
faa70b79b6
Fix on click actions not working when using non DS+ datasources and edit row setting is hidden but enabled
2023-10-18 14:21:09 +01:00
Adria Navarro
572cac2552
Remove SENTRY_DSN references
2023-10-18 10:51:09 +02:00
Andrew Kingston
5c7bde95ab
Update conditional setting rendering to support nested paths and multiple values, and hide grid block CRUD when using non DS+
2023-10-16 16:46:49 +01:00
Andrew Kingston
e0b748a7bc
Merge branch 'master' of github.com:Budibase/budibase into grid-all-datasources
2023-10-16 15:29:46 +01:00
Martin McKeaveney
2ef9871fda
merge with master
2023-10-16 14:42:50 +01:00
mike12345567
f64800f9f4
Final PR comment.
2023-10-13 13:05:07 +01:00
mike12345567
c5360e1dcb
Don't need to put into options obj, reaction does work.
2023-10-13 12:53:18 +01:00
mike12345567
ccfc98120d
Adding check to not re-fetch default value.
2023-10-13 11:44:15 +01:00
mike12345567
563baa53c3
Fix var usage.
2023-10-13 11:28:23 +01:00
mike12345567
d3366a535b
PR comments.
2023-10-13 10:22:29 +01:00
mike12345567
2e8e21e5d2
Linting.
2023-10-12 19:20:03 +01:00
mike12345567
162f2cb938
Removing un-used function.
2023-10-12 19:07:22 +01:00
mike12345567
535a6e1a47
Minor cleanup.
2023-10-12 19:07:04 +01:00
mike12345567
16d551542e
Frontend component of updating the API and accounting for default value not being in the paginated results of the relationship picker.
2023-10-12 19:00:53 +01:00
Andrew Kingston
4ed3767324
Merge branch 'develop' into grid-all-datasources
2023-10-12 08:31:09 +01:00
Conor Webb
d6f8662e95
Adding onchange actions to code scanner. ( #12029 )
...
* Adding onchange actions to code scanner.
* Removed unused code, set updateOnChange to false.
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-10-12 08:29:40 +01:00
mike12345567
f1b73058c2
Merge branch 'fix/update-vm2' of github.com:Budibase/budibase into backmerge-20231011
2023-10-11 18:49:39 +01:00
mike12345567
012d0f4fe9
Removing the option to add a filter to the dataset of a user column picker, as there is no current API for searching this.
2023-10-10 12:54:49 +01:00
mike12345567
27abfdccc2
Removing onChange handler.
2023-10-10 11:50:45 +01:00
mike12345567
95caee66a7
PR comments.
2023-10-10 11:22:59 +01:00
mike12345567
c87a67a37a
Converting user IDs where necessary to global user IDs in the frontend, correcting the null entry when using current user IDs, or other user IDs, as a default value for a user column form type.
2023-10-09 18:18:34 +01:00
Andrew Kingston
922a851710
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
2023-10-05 08:23:26 +01:00
Adria Navarro
39b5a2b539
Allow filtering
2023-10-04 17:55:23 +02:00
Andrew Kingston
d03fdb6df9
Add initial support for query datasources in grids
2023-10-03 17:35:00 +01:00
Andrew Kingston
7d036ab30d
Move position of grid row click setting
2023-10-02 09:25:59 +01:00
Andrew Kingston
0506adee50
Update row click event name to match best practices
2023-10-02 09:18:25 +01:00
Andrew Kingston
3f267be628
Merge branch 'develop' of github.com:Budibase/budibase into grid-row-click-events
2023-10-02 09:08:20 +01:00
Andrew Kingston
6b904dd01a
Remove log
2023-10-02 08:27:28 +01:00
Andrew Kingston
bdd70d8bdb
Fix regression when considering empty app navigation roles
2023-10-02 08:26:47 +01:00
Andrew Kingston
986069d7d7
Fix issue causing client apps to initialise 3 times
2023-10-02 08:19:59 +01:00
Andrew Kingston
eb934adc33
Add row click events to grid
2023-09-29 16:47:53 +01:00
melohagan
f22cce9553
Saving pre filled relation picker doesnt work ( #11928 )
...
* Make sure field state is valid
* Skip non-object relationship links
* Note
---------
Co-authored-by: Adria Navarro <adria@budibase.com>
2023-09-29 14:47:07 +01:00
melohagan
80d91cdd92
Make sure field state is valid ( #11921 )
2023-09-28 16:09:13 +01:00
Michael Drury
a67f78fead
Merge branch 'develop' into fix/BUDI-7236
2023-09-27 17:08:21 +01:00
Martin McKeaveney
65af2ed7c2
backmerge from master
2023-09-27 17:06:57 +01:00
mike12345567
e2c5b3ca9d
Removing unused.
2023-09-27 16:56:23 +01:00
mike12345567
e3469ed38d
Fixing dev-tools handling of custom roles and build issue - PR comments.
2023-09-27 16:52:20 +01:00
mike12345567
e916178046
Adding test case for new endpoint and covering public, builder and normal roles.
2023-09-27 15:46:04 +01:00
mike12345567
bb2892cbc2
Getting client library loading in Webstorm debug, as well as adding accessible roles endpoint.
2023-09-27 14:21:25 +01:00
Adria Navarro
b3405b7aaa
Design forms
2023-09-26 11:44:37 +02:00
Adria Navarro
9f391ed2d9
Fix initial load empty
2023-09-26 10:26:12 +02:00
Adria Navarro
db2fcf3606
Fix display
2023-09-25 21:52:16 +02:00
Adria Navarro
2bc96addc2
Register BBReferenceField
2023-09-25 21:52:16 +02:00
Adria Navarro
69b6edb1e7
FieldTypes from @budibase/types
2023-09-25 21:52:16 +02:00