flamelink / flamelink-js-sdk

🦊 Official Flamelink JavaScript SDK for both the Firebase Realtime database and Cloud Firestore
https://flamelink.github.io/flamelink-js-sdk
MIT License
43 stars 5 forks source link

populate true fails in relational inside repeater #128

Closed wollowizard closed 4 years ago

wollowizard commented 4 years ago

I create a single schema, inside I put a field group, inside that a repeater and inside a relational select. populate:true does not populate the select. Is this a known limitation?

jperasmus commented 4 years ago

This is definitely a known issue we picked up in the app itself and has been fixed. It will be released within the next ~week or 2. It has actually been fixed in December already but placed in an upcoming test environment.

jperasmus commented 4 years ago

Hi @wollowizard this should be fixed in the app now. You will have to resave the entries with nested relational fields so that the correct document references can be written to Firestore.

wollowizard commented 4 years ago

Hi @wollowizard this should be fixed in the app now. You will have to resave the entries with nested relational fields so that the correct document references can be written to Firestore.

That is indeed fixed! thanks a lot

jperasmus commented 4 years ago

Excellent! Thanks for confirming