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):
|
class IssueRelation(ProjectBaseModel):
|
||||||
RELATION_CHOICES = (
|
RELATION_CHOICES = (
|
||||||
("duplicate", "Duplicate"),
|
("duplicate", "Duplicate"),
|
||||||
("link", "Link"),
|
("relates_to", "Relates To"),
|
||||||
("blocked_by", "Blocked By"),
|
("blocked_by", "Blocked By"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user