From 76e562cf9abc89035a3ef1c09381eb6722b83552 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Cabral da Cunha Date: Tue, 12 Mar 2024 17:39:03 -0300 Subject: [PATCH] #453 increasing the value of the CustomVariable year_semester_range to increase to range of the selectable years in combos --- app/models/custom_variable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/custom_variable.rb b/app/models/custom_variable.rb index 93e69b5b..ce95da97 100644 --- a/app/models/custom_variable.rb +++ b/app/models/custom_variable.rb @@ -93,7 +93,7 @@ def self.month_year_range def self.year_semester_range config = CustomVariable.find_by_variable(:year_semester_range) - self.parse_range(config, [5, 1, true]) + self.parse_range(config, [20, 1, true]) end def self.past_calendar_range