Skip to content

Commit

Permalink
Merge pull request #2042 from openedx/iahmad/ENT-8404
Browse files Browse the repository at this point in the history
feat: autocomplete for enterprise customer field in EnterpriseCustomerCatalogAdmin
  • Loading branch information
irfanuddinahmad committed Mar 11, 2024
2 parents 7ddd2ce + 95bf99c commit 3ac8836
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Change Log
Unreleased
----------
[4.13.5]
---------
* feat: added autocomplete for enterprise customer in EnterpriseCustomerCatalogAdmin

[4.13.4]
---------
* feat: admin pages for enterprise groups and enterprise group memberships
Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.13.4"
__version__ = "4.13.5"
2 changes: 2 additions & 0 deletions enterprise/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,8 @@ class Media:
'enterprise_customer__uuid',
)

autocomplete_fields = ['enterprise_customer']

fields = (
'title',
'enterprise_customer',
Expand Down

0 comments on commit 3ac8836

Please sign in to comment.