Skip to content

Commit

Permalink
feat: remove ability to edit catalog include_exec_ed_2u_courses (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnagro authored Jan 26, 2024
1 parent 6e66464 commit 0c69460
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Change Log
Unreleased
----------

[4.10.10]
---------

feat: remove ability to edit catalog `include_exec_ed_2u_courses`


[4.10.9]
--------

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.10.9"
__version__ = "4.10.10"
8 changes: 7 additions & 1 deletion enterprise/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,13 @@ class EnterpriseCatalogQueryAdmin(admin.ModelAdmin):
class Meta:
model = models.EnterpriseCatalogQuery

fields = (
'uuid'
'title',
'discovery_query_url',
'content_filter',
)

def get_urls(self):
"""
Returns the additional urls used by the custom object tools.
Expand All @@ -826,7 +833,6 @@ def get_urls(self):
list_display = (
'title',
'discovery_query_url',
'include_exec_ed_2u_courses',
)

@admin.display(
Expand Down

0 comments on commit 0c69460

Please sign in to comment.