Skip to content

Commit

Permalink
change BNG sortorder so appears first in search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
SDScandrettKint committed Jan 29, 2025
1 parent bdeb035 commit c2294cc
Showing 1 changed file with 1 addition and 1 deletion.
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
Expand Up @@ -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"
}
)
Expand Down

0 comments on commit c2294cc

Please sign in to comment.