-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thesauri in metadata details #7377
Labels
Milestone
Comments
3 tasks
Here is an example of how the keywords will be displayed: Is this fine @etj ? |
mattiagiupponi
added a commit
to mattiagiupponi/geonode
that referenced
this issue
Apr 27, 2021
afabiani
pushed a commit
that referenced
this issue
Apr 29, 2021
mattiagiupponi
added a commit
to mattiagiupponi/geonode
that referenced
this issue
Apr 29, 2021
12 tasks
mattiagiupponi
added a commit
to mattiagiupponi/geonode
that referenced
this issue
Apr 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Thesauri keywords are displayed along with free keyword, without any categorization.
Describe the solution you'd like
Thesauri keywords should be grouped, showing the thesaurus they belong to.
This change should be implemented in both:
Note that thesauri titles and keywords should be localized:
ThesaurusLabel
for localization and fallback toThesaurus.title
;ThesaurusKeywordLabel
for localization and fallback toThesaurusKeyword.alt_title
e.g.:
This could be implemented by placing entries in a
<ul>
:Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: