Skip to content

Commit

Permalink
TODO: replace mci_tag_set_for_issue() with TagAttachCommand
Browse files Browse the repository at this point in the history
As suggested in issue #24441
  • Loading branch information
dregad committed Aug 25, 2019
1 parent ef00dc1 commit 1e5e25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/IssueAddCommand.php
Expand Up @@ -358,6 +358,7 @@ protected function process() {
$t_tags[] = $t_tag;
}

# @TODO should this be replaced by TagAttachCommand, as suggested in #24441 ?
mci_tag_set_for_issue( $t_issue_id, $t_tags, $this->user_id );
}

Expand Down

0 comments on commit 1e5e25a

Please sign in to comment.