Commit e4996a83 authored by Clement Ho's avatar Clement Ho

Use relation path

parent 9822c626
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
if (issue) { if (issue) {
this.service.saveRelatedIssueOrder({ this.service.saveRelatedIssueOrder({
endpoint: issue.related_path, endpoint: issue.relation_path,
position: newOrder, position: newOrder,
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment