Skip to content

Commit

Permalink
feat: autocomplete customer agreement on license tf job
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Oct 30, 2023
1 parent 6d6911c commit d45ec55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions license_manager/apps/subscriptions/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ class LicenseTransferJobAdmin(admin.ModelAdmin):
'is_dry_run',
)

autocomplete_fields = ['customer_agreement']

search_fields = (
'customer_agreement__enterprise_customer_uuid__startswith',
'customer_agreement__enterprise_customer_slug__startswith',
Expand Down

0 comments on commit d45ec55

Please sign in to comment.