Dropdown field not working anymore for text update

Expected behavior

I have an enum: status in my model. Here is the setting for this field.

Before today, I would be able to change the status when clicking Edit on my Summary page and choosing a new status, which is the expected behavior.

What is the current behavior?

When clicking on the dropdown, I can’t select another status. Current status is blurred.

Capture d’écran 2021-09-30 à 12.43.35

Please include any relevant log snippets, if necessary.

Errors in console:

Context

Please provide any relevant information about your setup.

  • Package Version: Rails 6, Forest 6
  • Project Name: okarito

Alright, problem fixed, for an unknown reason all our statuses were disabled in this submenu (we never disabled them)

1 Like

If the schema changed, it might have happened, for example if your enums were emptied on your api and then rollbacked :wink: