fix(settings): Add missing attribute Meta.verbose_name to External Links model

ref:  #248 #345 #346
This commit is contained in:
2024-10-13 18:52:26 +09:30
parent f67051fb15
commit d64d744f9f
5 changed files with 22 additions and 3 deletions

View File

@ -192,7 +192,7 @@ class Project(ProjectCommonFieldsName):
"left": [
'organization',
'code',
'name'
'name',
'priority',
'project_type',
'state',