Skip to content

Commit

Permalink
fix: webpath search fields improved
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Apr 20, 2021
1 parent 16973a1 commit fa37920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_requirements(fname='requirements.txt'):

setup(
name="unicms",
version='0.11.2',
version='0.11.3',
description="uniCMS is a Django Web Content Management System",
author='Giuseppe De Marco, Francesco Filicetti',
author_email='giuseppe.demarco@unical.it, francesco.filicetti@unical.it',
Expand Down
2 changes: 1 addition & 1 deletion src/cms/api/views/webpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class EditorWebsiteWebpathList(UniCMSListCreateAPIView):
name = "Webpaths"
description = "Get user editorial boards websites webpath list"
serializer_class = WebPathSerializer
search_fields = ['name']
search_fields = ['name','fullpath']

def get_queryset(self):
"""
Expand Down

0 comments on commit fa37920

Please sign in to comment.