Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for 76 search_filters and create_spatial_views sql files #1356

Open
wants to merge 8 commits into
base: 76_upgrade
Choose a base branch
from
Prev Previous commit
change BNG sortorder so appears first in search bar
SDScandrettKint committed Jan 29, 2025
commit c2294cc46244a92f8b012eae733d5604b052f570
2 changes: 1 addition & 1 deletion arches_her/migrations/0003_add_bng_search_view.py
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ def add_bng_component_to_search_view(apps, scheme_editor):
standard_search_view.config["linkedSearchFilters"].append(
{
"componentname": "bng-filter",
"layoutSortorder": 14,
"layoutSortorder": 1,
"searchcomponentid": "25ca3536-9eb4-4fd5-b2a5-badfd9a266de"
}
)