Browse Source

Update rails admin

pull/2539/head
Manny Dinssa 2 years ago
parent
commit
943bd911c6
  1. 3
      config/initializers/rails_admin.rb

3
config/initializers/rails_admin.rb

@ -35,9 +35,6 @@ RailsAdmin.config do |config|
field :log_type do
help "Required. Specify the type of log associated with this variable: 'lettings' or 'sales'."
end
field :user_type do
help "Required. Specify the user access associated with this variable: 'support' or 'user'. Support users have access to all variables, including those set as 'user'."
end
field :year do
help "Required. Specify the year this definition should be available from. This definition will be used in future years unless superseded by a newer definition."
end

Loading…
Cancel
Save