1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00
Commit graph

23 commits

Author SHA1 Message Date
Mel O'Hagan
194da4bee1 Map attachment string to array if needed 2022-11-01 15:59:04 +00:00
mike12345567
df074c6004 Fixing test cases. 2022-08-03 18:20:07 +01:00
mike12345567
5eeb2ea600 Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585. 2022-08-02 18:34:58 +01:00
Mel O'Hagan
84100ab0cd Convert array string to array type 2022-05-30 12:05:25 +01:00
Kacper
98a926cfca Do not validate if multi-select options length is 0 2022-04-07 12:01:05 +02:00
mike12345567
cf9664969f Fixing issue with formula column validation breaking row save. 2022-02-21 15:01:42 +00:00
mike12345567
40c6eb2007 Main body of work, refactoring most usages. 2022-01-27 18:18:31 +00:00
Martin McKeaveney
203c892f33 code review and merge with develop 2022-01-26 17:45:28 +01:00
Andrew Kingston
124d668041 Fix issue with array field validation 2022-01-20 19:24:48 +00:00
Maurits Lourens
128ea88dae make empty array valid when not required 2022-01-18 11:38:39 +01:00
mike12345567
1cee1b78e6 Adding validation around invalid JSON inputs and allowing input via a code mirror editor in data UI. 2021-11-29 18:16:44 +00:00
mike12345567
ec12d6a045 Fixing issue with updating row validation to allow empty objects. 2021-11-29 17:54:09 +00:00
Andrew Kingston
d0755ce8ac
Merge pull request #3249 from Budibase/blocks
Core blocks implementation + table with search block
2021-11-08 20:46:21 +00:00
Andrew Kingston
dd73ed3e1a Fix issue saving a doc with a multi-options datatype that was not defined 2021-11-05 12:37:16 +00:00
mike12345567
246d08c804 SQL table building. 2021-10-28 19:39:42 +01:00
Maurits Lourens
fe3902a33c Check if the formula validates against its constraints 2021-09-22 17:27:07 +02:00
Peter Clement
bb5971bd82 change index definition 2021-08-27 14:10:19 +01:00
Peter Clement
16270b46cf Update validation for array type 2021-08-26 14:04:18 +01:00
Peter Clement
295e36f576 Add ability for user to select 'List' data type for a column 2021-08-19 16:54:44 +01:00
Martin McKeaveney
85887b7952 minor tidy up 2021-06-16 15:54:14 +01:00
mike12345567
765e38aafc Some quick updates after testing. 2021-06-15 13:50:41 +01:00
mike12345567
564cdd8102 Some of the functionality required for external SQL rows API. 2021-06-14 19:05:39 +01:00
mike12345567
7ba21329eb Updating rows API so that it has been broken into an internal and external API - this is breaking as it breaks out how bulk deletion is handled. 2021-06-11 18:56:30 +01:00