budibase/packages
mike12345567 9fb1c6b988 When searching by row ID with external DBs/SQS we can get into a situation where the limit of 1 which is applied by the frontend can cause problems, with many to many relationships we need to retrieve multiple rows (all of the joined related rows). This was raised by poirazis, it exhibits itself in one part of the platform, when attempting to a row by ID in a form block that has multiple many to many relationships. The frontend needs to be able to send a limit of 1 incase it is using a form block but hasn't gotten a row ID (this can happen in preview/the builder) and it just wants to populate with a row for display. 2024-07-26 16:23:46 +01:00
..
account-portal@b03e584e46 Update account-portal submodule to latest master. 2024-07-04 13:55:30 +01:00
backend-core Rename external 2024-07-26 14:37:47 +02:00
bbui Merge branch 'master' of github.com:Budibase/budibase into conditional-table-colours 2024-07-22 11:02:02 +01:00
builder Merge branch 'master' into BUDI-8441/row-action-run-api 2024-07-26 15:16:21 +02:00
cli Fix require 2024-07-04 11:14:02 +02:00
client Merge pull request #14182 from Budibase/budi-8455-on-screen-load-open-side-panel-issue-side-panel-will-open 2024-07-23 13:37:33 +01:00
frontend-core Merge branch 'master' into feat/row-actions 2024-07-23 10:03:41 +02:00
pro@7dbe323aec Fix scim sync issues 2024-07-09 15:14:37 +02:00
sdk depcheck clean 2024-07-04 11:22:54 +02:00
server When searching by row ID with external DBs/SQS we can get into a situation where the limit of 1 which is applied by the frontend can cause problems, with many to many relationships we need to retrieve multiple rows (all of the joined related rows). This was raised by poirazis, it exhibits itself in one part of the platform, when attempting to a row by ID in a form block that has multiple many to many relationships. The frontend needs to be able to send a limit of 1 incase it is using a form block but hasn't gotten a row ID (this can happen in preview/the builder) and it just wants to populate with a row for display. 2024-07-26 16:23:46 +01:00
shared-core Merge branch 'master' into BUDI-8441/row-action-run-api 2024-07-26 15:16:21 +02:00
string-templates One more fix. 2024-07-22 18:22:04 +01:00
types Merge branch 'master' into BUDI-8441/row-action-run-api 2024-07-25 16:09:23 +02:00
worker Only default the CouchDB SQL URL if we are in dev, otherwise attempt to work out what it is based on the main CouchDB URL (as this should work in all default production environments). 2024-07-11 11:11:28 +01:00