Skip to content

Commit

Permalink
Fixes #4068: remove duplicate keywords field in adanced metadata editing
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Nov 9, 2018
1 parent f274add commit 86ed181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions geonode/base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class LinkAdmin(admin.ModelAdmin):


class HierarchicalKeywordAdmin(TreeAdmin):
search_fields = ('name', )
form = movenodeform_factory(HierarchicalKeyword)


Expand Down
3 changes: 2 additions & 1 deletion geonode/base/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ class Meta:
'thumbnail',
'charset',
'rating',
'detail_url'
'detail_url',
'tkeywords',
)


Expand Down

0 comments on commit 86ed181

Please sign in to comment.