Skip to content
Snippets Groups Projects
Commit d77e830e authored by Daniel Stone's avatar Daniel Stone Committed by Emanuele Aina
Browse files

Maniphest: Stop notifications about blocked tasks when disabling mails

parent c49f9ff1
No related branches found
No related tags found
No related merge requests found
...@@ -365,6 +365,7 @@ final class ManiphestTransactionEditor ...@@ -365,6 +365,7 @@ final class ManiphestTransactionEditor
->setContentSource($this->getContentSource()) ->setContentSource($this->getContentSource())
->setContinueOnNoEffect(true) ->setContinueOnNoEffect(true)
->setContinueOnMissingFields(true) ->setContinueOnMissingFields(true)
->setDisableEmail($this->getDisableEmail())
->applyTransactions($blocked_task, $unblock_xactions); ->applyTransactions($blocked_task, $unblock_xactions);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment