fix(core): add missing attribute view_description to note viewset
ref: #518
This commit is contained in:
@ -59,6 +59,8 @@ class ViewSet(ModelViewSet):
|
||||
|
||||
model = Notes
|
||||
|
||||
view_description = 'Model notes'
|
||||
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
|
Reference in New Issue
Block a user