fix(core): add missing attribute view_description to ticket linked item viewset
ref: #518
This commit is contained in:
@ -131,6 +131,8 @@ class ViewSet(ModelViewSet):
|
||||
|
||||
item_type = None
|
||||
|
||||
view_description = 'Models linked to a ticket'
|
||||
|
||||
|
||||
def get_parent_model(self):
|
||||
|
||||
|
Reference in New Issue
Block a user