fix(settings): Add missing attribute Meta.verbose_name to External Links model
ref: #248 #345 #346
This commit is contained in:
@ -192,7 +192,7 @@ class Project(ProjectCommonFieldsName):
|
||||
"left": [
|
||||
'organization',
|
||||
'code',
|
||||
'name'
|
||||
'name',
|
||||
'priority',
|
||||
'project_type',
|
||||
'state',
|
||||
|
Reference in New Issue
Block a user