Closed marinosabijan closed 4 months ago
This issue is stale because it has been open for 7 days with no activity. If there are no further updates, a team member will close the issue.
Any updates?
@hariprasadms I also replicated this issue, It's a bug in our CMS
@davood-flutterflow is it fixed?
Hey @marinosabijan thanks for your report. I was able to replicate your problem, I'm sending a ticket to the Engineering team to fix it. They will keep you updated on this thread.
Have a good day!
String? enum2String(YourEnumHere? enumValue) {
/// MODIFY CODE ONLY BELOW THIS LINE
// convert enum to string
return enumValue?.serialize();
/// MODIFY CODE ONLY ABOVE THIS LINE
}
Any update ? the issue was submitted since more than a month , many FF update but not fix
Sorry , it work now from action create document but the issue perssist when create document from content manager
This bug is still present as of today
It doesn't seem to be fixed on my project. Can anyone confirm that it is fixed on yours?
Hi @StormKiller the fix is not yet released. You would have to wait until the next release to verify the fix. Please let us know if the issue persists after the release. Thanks!
Thank you so much @AnushaFF Appreciate your quick response :)
Does anyone know which release will include this fix?
My version FlutterFlow v4.1.53+ released May 17, 2024 Flutter version is 3.19.1
Does anyone know which release will include this fix?
My version FlutterFlow v4.1.53+ released May 17, 2024 Flutter version is 3.19.1
This recent release has fixed the Enums, it's now properly storing the value to what has been typed for the value. However I am experiencing an issue where when editing the enum field in the firebase data manager provided by Flutterflow, it shows up as unset when I edit a document. Requires me to reset the values of the enums once more before applying the update to the document.
Does anyone know which release will include this fix? My version FlutterFlow v4.1.53+ released May 17, 2024 Flutter version is 3.19.1
This recent release has fixed the Enums, it's now properly storing the value to what has been typed for the value. However I am experiencing an issue where when editing the enum field in the firebase data manager provided by Flutterflow, it shows up as unset when I edit a document. Requires me to reset the values of the enums once more before applying the update to the document.
facing the same issue, any updates ??
@PeninPab @anuragggg I have the same issue. Although this is a regression bug, we need to open a new issue for this. I'm a bit tied up with my work at the moment. Could anyone help open a new issue (with screen and reproduce steps)?
So sorry about this! We're taking another look and will have an update soon
Thank you so much for your attention @leighajarett :)
following
We've resolved this in our codebase and will have a fix out ASAP
Thank you again @leighajarett !! Appreciate your attention :)
Has your issue been reported?
Current Behavior
When setting the enum value using the firestore CMS from flutterflow,
the value is set wrong as such:
Expected Behavior
It is expected to store the value as it should with the name of the enum:
It only sets the value of the enum correctly when setting it from the app itself, not when setting it from flutterflow CMS. So it's expected that works as well.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
ITFTi8mAvJN2xcdY+KnhKu1FlWA4I0MdXOczitVEew4bCIj4PaQuZvSkYlZoQsyzaHxAJU6b/X8f3MrJk+LpUPoEAymtb6Zayc1uSxPPbGamV4SwOrqWQH9DM+BYGGqf0bensyRQGLBaSiEB2173Pe6Qbz2Cf9qOYwx5e6fDbOY=
Context
I am trying to use the flutteflow firestore CMS to set enum field values for the locale types. I don't want to use string for it, because I want my CMS users to not produce errors by misstyping the strings of the locale codes.
Visual documentation
Additional Info
No response
Environment