Skip to content

Commit

Permalink
adds details dict to localize_result_descriptors, re #10804
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Apr 19, 2024
1 parent 7550890 commit cba2d87
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arches/app/search/components/localize_result_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
from arches.app.search.components.base import BaseSearchFilter
from django.utils.translation import get_language, gettext as _

details = {
"searchcomponentid": "ada062d9-092d-400c-bcf7-94a931d1f271",
"name": "Localize Result Descriptors",
"icon": "",
"modulename": "localize_result_descriptors.py",
"classname": "LocalizeResultDescriptors",
"type": "",
"componentpath": "",
"componentname": "localize-descriptors",
"sortorder": "0",
"enabled": True,
}

class LocalizeResultDescriptors(BaseSearchFilter):
def view_data(self):
pass
Expand Down

0 comments on commit cba2d87

Please sign in to comment.