You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About a month ago we upgraded our dependencies from Rails 6.0.3 to 6.1.3 and Rails Admin from 2.0.2 to 2.1.1. On the old version, we could multi-select enum field filters. What would happen is when we filtered for an enum, a box would show up next to the select box and if we held the command button on mac and clicked on multiple of the fields, it would filter multiple. It was one of our favorite features.
After the upgrade the box is gone. I've attached a picture below. There are no Javascript errors in the console and otherwise everything seems fine.
I've looked through the diff for 2.0.2 -> 2.1.1 and nothing stuck out to me as problematic in either the commit comments or the code. Same with the changelog. The only thing in the 2.1.1->Head diff that stuck out was this.
Is this a known change? I haven't seen it in any issues. Hope there's a fix or way to enable it because that multi select feature was awesome.
The text was updated successfully, but these errors were encountered:
Rails Admin Version: 2.1.1
Ruby Version: 2.7.3
Rails Version: 6.1.3
About a month ago we upgraded our dependencies from Rails 6.0.3 to 6.1.3 and Rails Admin from 2.0.2 to 2.1.1. On the old version, we could multi-select enum field filters. What would happen is when we filtered for an enum, a box would show up next to the select box and if we held the command button on mac and clicked on multiple of the fields, it would filter multiple. It was one of our favorite features.
After the upgrade the box is gone. I've attached a picture below. There are no Javascript errors in the console and otherwise everything seems fine.
I've looked through the diff for 2.0.2 -> 2.1.1 and nothing stuck out to me as problematic in either the commit comments or the code. Same with the changelog. The only thing in the 2.1.1->Head diff that stuck out was this.
Is this a known change? I haven't seen it in any issues. Hope there's a fix or way to enable it because that multi select feature was awesome.
The text was updated successfully, but these errors were encountered: