forked from github/plane
fix: changed link to relates to in choice fields
This commit is contained in:
parent
443dc02ebc
commit
cca881be5c
@ -181,7 +181,7 @@ class IssueBlocker(ProjectBaseModel):
|
||||
class IssueRelation(ProjectBaseModel):
|
||||
RELATION_CHOICES = (
|
||||
("duplicate", "Duplicate"),
|
||||
("link", "Link"),
|
||||
("relates_to", "Relates To"),
|
||||
("blocked_by", "Blocked By"),
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user