From 1e5e25a8b9e1817f41a9d7ec4a350d68694e36c1 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sun, 25 Aug 2019 03:35:32 +0200 Subject: [PATCH] TODO: replace mci_tag_set_for_issue() with TagAttachCommand As suggested in issue #24441 --- core/commands/IssueAddCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/commands/IssueAddCommand.php b/core/commands/IssueAddCommand.php index 942e2a5abb..5c80be8ead 100644 --- a/core/commands/IssueAddCommand.php +++ b/core/commands/IssueAddCommand.php @@ -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 ); }