Skip to content

Commit e4557af

Browse files
authored
search ASes also by ASID (#386)
1 parent 8e7a868 commit e4557af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scionlab/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def queryset(self, request, queryset):
447447
list_display_links = ('as_id', 'label')
448448
list_filter = ('isd', 'is_core', InfrastructureASFilter)
449449
ordering = ('isd', 'as_id')
450-
search_fields = ('label', 'owner__email', 'owner__first_name', 'owner__last_name')
450+
search_fields = ('label', 'as_id', 'owner__email', 'owner__first_name', 'owner__last_name')
451451

452452
def get_fieldsets(self, request, obj=None):
453453
"""

0 commit comments

Comments
 (0)