use 'do not alert' with support ticket

This commit is contained in:
Jon Goldberg 2020-09-03 17:47:27 -04:00
parent cedde7b2cd
commit d9ef87e999

View File

@ -148,12 +148,7 @@ class oncall {
$table .= "| {$item['author']['name']} "; $table .= "| {$item['author']['name']} ";
$table .= "| {$item['subject']} "; $table .= "| {$item['subject']} ";
$table .= "| {$item['minutes']} "; $table .= "| {$item['minutes']} ";
if ($label == 'New Maintenance Tickets') {
$table .= "| [Do Not Alert](https://oncall.megaphonetech.com/update_redmine.php?action=do_not_alert&issue={$item['id']}) "; $table .= "| [Do Not Alert](https://oncall.megaphonetech.com/update_redmine.php?action=do_not_alert&issue={$item['id']}) ";
}
else {
$table .= "| ";
}
$table .= "|\n"; $table .= "|\n";
} }
} }