Closed Nic61 closed 5 months ago
Hey @Nic61 thanks for your report. This has already been addressed and the fix will be deployed on next release. Here the thread where it's being followed: https://github.com/FlutterFlow/flutterflow-issues/issues/2546
Have a great day!
Thanks @ignalauret
Has your issue been reported?
Current Behavior
Previously FF CMS would show a list of choices for an enum field on a collection. On choice it would set that field to the enum string. You can then build logic with this in FF (e.g. conditional visilibity if a document has a certain enum set). However for some weird reason it now sets the enum to its unique identifiable code (at least I presume that that's what it is) and not the string anymore. It broke my live app for quite some time, before O noticed.
Expected Behavior
Set the enum to the string value
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
NA
Context
Use enums in my project
Visual documentation
na
Additional Info
No response
Environment
General
Relative to the time the changes were made, data was lost within
When following my steps to reproduce, data loss happens