This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/models/constants/relationKinds.json
kolaente 2a1004ac68
All checks were successful
continuous-integration/drone/push Build is passing
fix: make task relation kinds translatable
Related to #774
2021-10-04 21:52:27 +02:00

12 lines
144 B
JSON

[
"subtask",
"parenttask",
"related",
"duplicates",
"blocking",
"blocked",
"precedes",
"follows",
"copiedfrom",
"copiedto"
]