1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00
Commit graph

530 commits

Author SHA1 Message Date
mike12345567
c98e990a3d Merge branch 'develop' of github.com:Budibase/budibase into feature/relationship-enrichment 2021-02-19 14:35:18 +00:00
Andrew Kingston
ce5441e35a Add relationship enrichment display to backend UI 2021-02-19 13:05:52 +00:00
Keviin Åberg Kultalahti
78ee1edf40 merge develop 2021-02-19 13:55:17 +01:00
Andrew Kingston
7b4b22377d Display enriched relationship info in grids and bindings 2021-02-19 12:00:06 +00:00
Andrew Kingston
a35c34fd82 Add disabled setting for forms and fields, and force autocolumns in forms to be disabled 2021-02-17 15:16:44 +00:00
Andrew Kingston
ec94aaa90b Merge branch 'develop' of github.com:Budibase/budibase into url-context 2021-02-16 15:35:05 +00:00
Andrew Kingston
af1654a3c9 Ensure form doesn't inherit built in datasources 2021-02-16 15:30:20 +00:00
Andrew Kingston
d8b28899b8 Make form always inherit closest datasource 2021-02-16 13:27:38 +00:00
Keviin Åberg Kultalahti
a7db499544 initial work to switch toggle to radio button 2021-02-15 17:12:39 +01:00
Keviin Åberg Kultalahti
ce382f88de fixes crash when options was empty 2021-02-15 13:31:16 +01:00
Keviin Åberg Kultalahti
b3964dddbb initial standard-components relationship field component update 2021-02-12 16:47:20 +01:00
Andrew Kingston
41b1920b27 Avoid relationship picker making rows calls for empty string ID 2021-02-12 11:17:13 +00:00
Martin McKeaveney
9b2b7ce3c8 fix linkable card 2021-02-11 11:35:52 +00:00
Andrew Kingston
81e779c8b5 Add hot reloading to search results 2021-02-11 09:30:05 +00:00
Andrew Kingston
a166147826 Update some empty state text 2021-02-11 09:20:25 +00:00
Andrew Kingston
fb79a78164 Make all form components use fill width of container 2021-02-10 19:23:53 +00:00
Andrew Kingston
56d8a27286 Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-02-10 18:34:45 +00:00
Martin McKeaveney
39cf036594 default rows 2021-02-10 14:58:29 +00:00
Martin McKeaveney
24c2dd2cdb code review 2021-02-10 14:24:42 +00:00
Martin McKeaveney
580ae3fb4c tidy up 2021-02-09 19:00:13 +00:00
Martin McKeaveney
9c7a373fb0 primary and secondary index fields 2021-02-09 18:49:12 +00:00
Andrew Kingston
2c125bc671 Ensure client data contexts are correctly updated if a parent context is updated 2021-02-09 12:41:21 +00:00
Martin McKeaveney
05353c7666 backwards pagination 2021-02-09 12:12:03 +00:00
Martin McKeaveney
7ef56de1be indexable fields 2021-02-08 20:54:55 +00:00
Martin McKeaveney
07aeccb36d search UI complete, server side cursor based pagination 2021-02-08 17:44:44 +00:00
Martin McKeaveney
2a78d1f419 test 2021-02-06 12:31:12 +00:00
Andrew Kingston
c0555745e1 Automatically refresh data when related data changes 2021-02-05 16:16:41 +00:00
Andrew Kingston
6bdde675a2 Add button action to refresh a datasource 2021-02-05 12:54:36 +00:00
Martin McKeaveney
b4628a43d0 merge 2021-02-05 11:18:37 +00:00
Andrew Kingston
1fb4203b3a Adding validation to forms to ensure custom fields can't be the wrong type 2021-02-05 10:53:25 +00:00
Martin McKeaveney
b1b02934ed custom columns 2021-02-04 23:17:49 +00:00
Andrew Kingston
d1df8aca41 Fix form constraints not being applied correctly 2021-02-04 15:23:26 +00:00
Andrew Kingston
c7f2a989ad Update auto screens to use new lightest spectrum theme 2021-02-04 15:10:51 +00:00
Andrew Kingston
c36ddceb7e Pull form bindable properties from field definitions rather than schema 2021-02-04 13:01:49 +00:00
Andrew Kingston
de4b87a208 Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-02-04 12:59:34 +00:00
Martin McKeaveney
ef97ca3e8a remove search carried over from other branch 2021-02-04 08:21:39 +00:00
Martin McKeaveney
1f6a755cb6 fixing JSON and CSV import/export 2021-02-04 08:20:04 +00:00
Andrew Kingston
5b10482fa7 Don't render anything from repeater if no rows exist 2021-02-03 15:28:56 +00:00
Andrew Kingston
7efdff487e Update text field values on Enter press 2021-02-03 15:02:50 +00:00
Andrew Kingston
b701416f7c Require spectrum css files from correct picker component 2021-02-03 14:56:37 +00:00
Andrew Kingston
d85665d21c Allow forms to generate query schemas. Fix query execution action 2021-02-03 14:53:13 +00:00
Andrew Kingston
ea2f5ebbf9 Add listener to clear date pickers on certain keystrokes 2021-02-03 11:10:47 +00:00
Andrew Kingston
e700b99fcf Force number field to set numerical values only 2021-02-03 10:53:48 +00:00
Andrew Kingston
ba8d8b5327 Ensure field ID's are always safe to be used as DOM ID's 2021-02-03 10:32:21 +00:00
Andrew Kingston
fa20f5dec7 Fix form validation sometimes being applied erroneously 2021-02-03 10:05:32 +00:00
Andrew Kingston
e87b384de5 Merge branch 'master' of github.com:Budibase/budibase into form-builder 2021-02-02 14:44:19 +00:00
Andrew Kingston
e3b0de6805 Update screen templates to support full form generation. Fix issues with screen templates 2021-02-02 14:32:58 +00:00
Andrew Kingston
48f49dd947 Ensure consistent size of form fields regardless of label position 2021-02-02 13:50:46 +00:00
Andrew Kingston
3faef71ff4 Fix presence validation for array values 2021-02-02 13:50:13 +00:00
Joe
0557c6daa6 Fixed stacked list
I simplified the stacked list which has resolved the text overlapping issue.

There is still an issue with linking the stacked list to a detail page
2021-02-02 13:08:01 +00:00