Bug - Data Store Rename Makes Variables Disappear

Using Wappler 2.6.4 on Windows 10

I have a data store which is losing its variables in the gui after being renamed

Here is the data store contacts as I created it:

datastore

Then I renamed its id to be all_contacts, and the variables disappeared in the definition:

all

and in assignments to it

It still works okay - I can use a repeat block with it. If I name it back to the original name then the parameters re-appear.

Is this a known bug fixed in 2.6.5 or 2.7.0?

Best wishes,
Antony.

If you want to rename the Data Store and have access to the variables again, you can edit \dmxAppConnect\config.js. You just need to change the Data Store name.

will investigate if we can do automatic rename in the global.js when you change the ID

Thanks for the update folks! :slight_smile: