Skip to content
Snippets Groups Projects
Commit db83bea4 authored by Samuel Heinzmann's avatar Samuel Heinzmann :headphones:
Browse files

Merge branch 'task-1462-select-foreman-hostgroups' into 'master'

Task 1462 select foreman hostgroups

See merge request !40
parents 43aee478 34f19223
Branches
No related tags found
No related merge requests found
...@@ -1909,7 +1909,8 @@ class project extends base { ...@@ -1909,7 +1909,8 @@ class project extends base {
// $this->_logaction($sError, __FUNCTION__); // $this->_logaction($sError, __FUNCTION__);
$sReturn.=$oHtml->getBox("info", $sError); $sReturn.=$oHtml->getBox("info", $sError);
$this->_TempDelete(); $this->_TempDelete();
$this->_sendMessage($sError."\n".t('phase').': '.$sPhase); // removed: cronjob sends this message too
// $this->_sendMessage($sError."\n".t('phase').': '.$sPhase);
return $sReturn; return $sReturn;
} else { } else {
$sReturn.=t("class-project-info-deploy-time-not-reached-and-ignored") . "<br>"; $sReturn.=t("class-project-info-deploy-time-not-reached-and-ignored") . "<br>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment