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

show_comments_in_menu config option gone without deprecation #4479

Closed
duksis opened this issue Jun 16, 2016 · 3 comments
Closed

show_comments_in_menu config option gone without deprecation #4479

duksis opened this issue Jun 16, 2016 · 3 comments

Comments

@duksis
Copy link
Contributor

duksis commented Jun 16, 2016

the config option for disabling admin comments in menu is working on v1.0.0.pre2 but crushing on master

would be great to have a deprecation message with alternatives.

ActiveAdmin.setup do |config|
  config.show_comments_in_menu = false
end

❤️ Thanks a lot guys/girls for active admin! - has saved me a lot of time

@pynixwang
Copy link

i also run into this issue

@FranckKe
Copy link

For anyone wondering, it has been changed for

ActiveAdmin.setup do |config|
  config.comments_menu = false
end 

See #4187

@timoschilling
Copy link
Member

We have change log entry for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants