|
|
|
|
@ -93,11 +93,11 @@ module FiltersHelper
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def collection_year_options |
|
|
|
|
if FeatureToggle.collection_2024_2025_year_enabled? |
|
|
|
|
{ "2024": "2024/25", "2023": "2023/24", "2022": "2022/23" } |
|
|
|
|
else |
|
|
|
|
{ "2023": "2023/24", "2022": "2022/23", "2021": "2021/22" } |
|
|
|
|
end |
|
|
|
|
{ |
|
|
|
|
current_collection_start_year.to_s => year_combo(current_collection_start_year), |
|
|
|
|
previous_collection_start_year.to_s => year_combo(previous_collection_start_year), |
|
|
|
|
twice_previous_collection_start_year.to_s => year_combo(twice_previous_collection_start_year), |
|
|
|
|
} |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def filters_applied_text(filter_type) |
|
|
|
|
|