fix(core): add missing attribute view_description to ticket linked item viewset

ref: #518
This commit is contained in:
2025-02-06 19:21:39 +09:30
parent 241f18a055
commit 697ebbb96b

View File

@ -131,6 +131,8 @@ class ViewSet(ModelViewSet):
item_type = None
view_description = 'Models linked to a ticket'
def get_parent_model(self):