Replies: 1 comment 1 reply
-
|
Sorry, I'm not able to replicate this with our test generated app for local development when on the default branch. The menu toggle behavior works as expected. I don't see any console warnings or errors when toggling the menu group either. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Rails 8.0.2.1
When updating to Active Admin 4.0.0.beta19 from 4.0.0.beta15 I get an issue with the
menu parentfeature.I have two active admin files that I have set up to appear in the menu under the same parent.
This creates a view like:

And the options normally expand/collapse:

When upgrading to 4.0.0.beta19 that toggle stops working, and I get this error in the dev tools console when I click on the Categories options:

Does anyone else experience this?
Beta Was this translation helpful? Give feedback.
All reactions