use 'do not alert' with support ticket
This commit is contained in:
		@@ -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";
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user