Andrew Kingston
|
9929d12c6f
|
Fix checkbox depth in frontend settings
|
2020-10-13 14:29:32 +01:00 |
Andrew Kingston
|
51c407c2f9
|
Update all old references in datasources from isModel to type=model
|
2020-10-13 11:27:18 +01:00 |
Andrew Kingston
|
a25ca533e3
|
Merge branch 'master' of github.com:Budibase/budibase into cheeks-bugfixes
|
2020-10-13 11:24:47 +01:00 |
kevmodrome
|
50d2f45446
|
fixes height issue with grid component
|
2020-10-13 12:15:44 +02:00 |
Andrew Kingston
|
d22f6f911f
|
Fix crashing when rendering any components settings that uses a ScreenSelect
|
2020-10-13 11:11:59 +01:00 |
Andrew Kingston
|
d96293638f
|
Remove random text
|
2020-10-13 09:51:43 +01:00 |
Andrew Kingston
|
2641b781f9
|
Remove console.log statement
|
2020-10-13 09:47:12 +01:00 |
Andrew Kingston
|
fc870c0dc9
|
Add back in sharp reference which was commented out
|
2020-10-13 09:42:44 +01:00 |
Andrew Kingston
|
9acab69a06
|
Rename datasource prop from table to data for all components
|
2020-10-13 09:40:07 +01:00 |
Andrew Kingston
|
d8e349ddaa
|
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
|
2020-10-13 09:24:13 +01:00 |
Andrew Kingston
|
95d5836552
|
Add relationships as possible datasource for grid
|
2020-10-13 09:22:47 +01:00 |
Andrew Kingston
|
1b8b390822
|
Fix create screen state by navigating to new URL when creating
|
2020-10-13 09:11:36 +01:00 |
Andrew Kingston
|
536074c97f
|
Fix state when deleting frontend screens
|
2020-10-13 09:07:09 +01:00 |
Andrew Kingston
|
06d83c7ad5
|
Fix state when deleting frontend components
|
2020-10-13 09:06:56 +01:00 |
kevmodrome
|
9ffde6af35
|
lint fix
|
2020-10-13 09:54:10 +02:00 |
kevmodrome
|
693c8751c1
|
Merge branch 'master' into feature/grid-functionality-additions
|
2020-10-13 09:51:20 +02:00 |
kevmodrome
|
6ac9c59bbb
|
adds pagination option
|
2020-10-13 09:51:01 +02:00 |
Andrew Kingston
|
845d909087
|
Fix ModelSelect styles in frontend settings
|
2020-10-13 08:26:13 +01:00 |
Andrew Kingston
|
dcf31c971d
|
Fix crashing when adding a frontend component after deleting one
|
2020-10-13 08:20:32 +01:00 |
Martin McKeaveney
|
4bacae5859
|
Merge pull request #709 from Budibase/replace-screen-template-datatable
Replace screen template datatable
|
2020-10-13 08:16:31 +01:00 |
kevmodrome
|
4ad2fb47d5
|
adds height option to grid component
|
2020-10-13 09:13:56 +02:00 |
Andrew Kingston
|
08de0812fc
|
Fix another random builder crash that sometimes happens
|
2020-10-13 08:12:29 +01:00 |
Andrew Kingston
|
72676623b8
|
Fix grid crash when there are no related rows in a link field
|
2020-10-13 08:12:03 +01:00 |
Michael Shanks
|
1f57c23bda
|
Merge branch 'master' of github.com:Budibase/budibase into master
|
2020-10-12 21:36:29 +01:00 |
Andrew Kingston
|
3ba79b0071
|
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
|
2020-10-12 21:35:51 +01:00 |
Michael Shanks
|
2f5ee277f3
|
analytics - missing await, causing event not to be logged
|
2020-10-12 21:35:10 +01:00 |
Martin McKeaveney
|
bf9efc7102
|
remove screen1 from dummy data
|
2020-10-12 21:22:23 +01:00 |
Martin McKeaveney
|
69f3064489
|
replace list template screen with datagrid
|
2020-10-12 21:21:23 +01:00 |
Martin McKeaveney
|
d00aef571b
|
convenience scripts for restoring budibase installations
|
2020-10-12 20:39:29 +01:00 |
kevmodrome
|
4d140038e7
|
fix yarn lock file
|
2020-10-12 20:56:09 +02:00 |
kevmodrome
|
b5a5ac8970
|
fix editable header column not hiding when grid is un-editable
|
2020-10-12 20:44:40 +02:00 |
kevmodrome
|
f386dba290
|
add back missing param to validate call on record post route
|
2020-10-12 20:37:41 +02:00 |
Andrew Kingston
|
47e9cd64cb
|
Fix crash when no linked records in DataTable
|
2020-10-12 18:47:25 +01:00 |
kevmodrome
|
1e1662d265
|
lint fixes
|
2020-10-12 18:54:18 +02:00 |
kevmodrome
|
28caf55ac4
|
Merge branch 'master' into feature/add-grid-to-standard-components
|
2020-10-12 18:43:22 +02:00 |
kevmodrome
|
14dc81e994
|
sets correct editable values on fields
|
2020-10-12 18:42:47 +02:00 |
Michael Drury
|
b6da9a0f83
|
Merge pull request #706 from Budibase/bug/table-changes-fix
Bug/table changes fix
|
2020-10-12 17:32:59 +01:00 |
mike12345567
|
1955c73685
|
Handling empty relationship column the same way other columns are handled, it won't do anything until it is valid - but doesn't error.
|
2020-10-12 17:02:52 +01:00 |
mike12345567
|
47b97225a8
|
Improving consistency of model saving, making sure that any validation which could fail happens before any updates are carried out.
|
2020-10-12 16:51:41 +01:00 |
mike12345567
|
9bf568ecb1
|
Fixes for deleting records when a table is deleted.
|
2020-10-12 16:37:08 +01:00 |
Michael Shanks
|
381c43f1e3
|
Merge pull request #703 from mjashanks/fixes
Some Fixes
|
2020-10-12 16:34:48 +01:00 |
Andrew Kingston
|
da1936fbbf
|
Update pagination to handle any number of pages
|
2020-10-12 16:33:38 +01:00 |
Michael Shanks
|
1e14da7108
|
code reivew - unused code
|
2020-10-12 16:28:37 +01:00 |
Michael Shanks
|
8956c7d9c9
|
fix: Default props were mutated - cause very strange issue with event handlers
|
2020-10-12 16:27:34 +01:00 |
Michael Shanks
|
45e583dc95
|
unused "options" member in prop types
|
2020-10-12 16:26:54 +01:00 |
Michael Shanks
|
a1fb9aea6b
|
Analytics - record screen template used
|
2020-10-12 15:51:03 +01:00 |
Michael Shanks
|
f03e314710
|
fix: view filter displaying incorrect options
|
2020-10-12 15:32:49 +01:00 |
Andrew Kingston
|
9e3e89eb06
|
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
|
2020-10-12 15:20:32 +01:00 |
Andrew Kingston
|
61bfc12070
|
Fix style and alignment of various frontend design and settings components
|
2020-10-12 15:14:34 +01:00 |
Andrew Kingston
|
8ff401fd64
|
Improve style of frontend settings placeholder text
|
2020-10-12 15:14:11 +01:00 |