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

Changes in the SQL editor are lost if you take away and bring back the focus #355

Open pgrill79 opened 1 month ago

pgrill79 commented 1 month ago

If you use the SQL text editor when writing queryies, all changes are lost if you put the focus in another window (e.g. Notepad to copy something) and bring back the cursor again to the SQL window

aeberhart commented 3 weeks ago

happens on the query page. E.g. here: https://demo.my.dashjoin.com/#/config/dj-query-catalog/orgchart

Seems to be caused by the conversion of the query arguments (map to array). Updating the underlying form value can cause the form to re-initialize.