From 943bd911c6260bf1909ca07c2ce0944ce6909c3c Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:37:42 +0100 Subject: [PATCH] Update rails admin --- config/initializers/rails_admin.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/initializers/rails_admin.rb b/config/initializers/rails_admin.rb index 741b289b2..dbae0d119 100644 --- a/config/initializers/rails_admin.rb +++ b/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