mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Merge branch 'dk/1073-admin-multi-selects' of https://github.com/cisagov/getgov into dk/1073-admin-multi-selects
This commit is contained in:
commit
2703f55270
1 changed files with 1 additions and 3 deletions
|
@ -602,9 +602,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
"is_policy_acknowledged",
|
||||
]
|
||||
|
||||
# For each filter_horizontal, init in admin js extendFilterHorizontalWidgets
|
||||
# to activate the edit/delete/view buttons
|
||||
filter_horizontal = ("current_websites", "alternative_domains")
|
||||
filter_horizontal = ("current_websites", "alternative_domains", "other_contacts")
|
||||
|
||||
# lists in filter_horizontal are not sorted properly, sort them
|
||||
# by website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue