railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.89k stars 2.26k forks source link

params inside Visible block not working? #2787

Closed Jamevidi closed 7 years ago

Jamevidi commented 7 years ago

Is it possible to reach params inside a visible block?

I tried this but it doesnt work.

visible do
  bindings[:controller].params[:modal] == "true"
end

bindings[:view].params is not working either. I tried with newer and older versions of Rails Admin.

Thanks! :)

Jamevidi commented 7 years ago

Oh, I take it back. It works great in Rails Admin 1.1 :)