dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

FK Fields / Values in Edit Widget are only resolved in Edit Mode #375

Closed pgrill79 closed 1 week ago

pgrill79 commented 2 weeks ago

Our animals have FKs to the table breed and sex. The DJ-labels on the referenced tables are set to ${name}

When i use now the Edit widget, instead of the Names, the IDs are shown:

image

It was expected that the values are resolved - this only happens when going to the Edit mode:

image

When leaving the edit mode, the values are still resolved until a refresh is done.

When try to edit the values - it is correct that the Names are shown:

image

image

It also would be good if the input is a non editable Select box - at the moment you can type in Values, even when changing the type to Select: image

aeberhart commented 2 weeks ago

we improved the foreign key reference fields for the 5.1.30 release and this should already be fixed

pgrill79 commented 1 week ago

Yes - i can confirm it is fixed with 5.1.30