fix(settinggs): Add missing attribute view_description
to external links ViewSet
ref: #518
This commit is contained in:
@ -64,6 +64,8 @@ class ViewSet(ModelViewSet):
|
||||
'software',
|
||||
]
|
||||
|
||||
view_description: str = 'External Link tags'
|
||||
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
|
Reference in New Issue
Block a user