Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"choices" in datasheets not handled correctly #20

Open
wagn0033 opened this issue Feb 28, 2024 · 0 comments
Open

"choices" in datasheets not handled correctly #20

wagn0033 opened this issue Feb 28, 2024 · 0 comments
Labels
Web UI Issue Not an issue with this app, per se. Just keeping track of problems we need fixed in the Web UI

Comments

@wagn0033
Copy link
Member

If a field in the datasheet has a list of choices, then when trying to add or edit an item, you get a drop-down list where you select one of those choices. However, it seems to only work correctly if that list contains a boolean or a string. If I add None, an integer, or a dictionary to that list, they all show up as possible choices, but when I try to save it, even though it appears to be updated, if you fetch that record in a different window or via the REST API, it is still whatever the value was before.

I haven't tried the equivalent with tests yet.

@wagn0033 wagn0033 added the Web UI Issue Not an issue with this app, per se. Just keeping track of problems we need fixed in the Web UI label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web UI Issue Not an issue with this app, per se. Just keeping track of problems we need fixed in the Web UI
Projects
None yet
Development

No branches or pull requests

1 participant