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
Describe the bug
In all version of Rails prior to 7, I was able to add PaperTrail::Version model to the list of models managed by rails_admin:
# config/initializers/rails_admin.rb
config.model 'PaperTrail::Version' do
label 'Vehicle history'
list do
limited_pagination true
end
end
Reproduction steps
Simply by loading rails admin, the option appears in the list of models in rails prior to version 7, and disappears after upgrade to rails 7.
Expected behavior
Expected the 'Vehicle History' in the list of models.
Additional context
rails version: 7
rails_admin version: 3.1.1 (also tried with 3.0)
rails_admin npm package version: 3.1.1
The text was updated successfully, but these errors were encountered:
This should be a bug, since not showing a configured model without any notice doesn't make sense. I couldn't figure out where this behavior change came from though...
Describe the bug
In all version of Rails prior to 7, I was able to add
PaperTrail::Version
model to the list of models managed by rails_admin:Reproduction steps
Simply by loading rails admin, the option appears in the list of models in rails prior to version 7, and disappears after upgrade to rails 7.
Expected behavior
Expected the 'Vehicle History' in the list of models.
Additional context
rails
version: 7rails_admin
version: 3.1.1 (also tried with 3.0)rails_admin
npm package version: 3.1.1The text was updated successfully, but these errors were encountered: