mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed minor error SLA dinamic
(cherry picked from commit 0200fa82631722a5c3a2dca62a6c0af2f3058ecb)
This commit is contained in:
parent
021eb37ba5
commit
9efccf33e8
@ -238,24 +238,6 @@ switch ($action) {
|
||||
break;
|
||||
|
||||
case 'SLA':
|
||||
case 'SLA_weekly':
|
||||
case 'SLA_monthly':
|
||||
$description = $item['description'];
|
||||
$only_display_wrong = $item['only_display_wrong'];
|
||||
$monday = $item['monday'];
|
||||
$tuesday = $item['tuesday'];
|
||||
$wednesday = $item['wednesday'];
|
||||
$thursday = $item['thursday'];
|
||||
$friday = $item['friday'];
|
||||
$saturday = $item['saturday'];
|
||||
$sunday = $item['sunday'];
|
||||
$time_from = $item['time_from'];
|
||||
$time_to = $item['time_to'];
|
||||
$show_graph = $item['show_graph'];
|
||||
// 'top_n' filed will be reused for SLA sort option
|
||||
$sla_sorted_by = $item['top_n'];
|
||||
break;
|
||||
|
||||
case 'SLA_weekly':
|
||||
case 'SLA_monthly':
|
||||
case 'SLA_hourly':
|
||||
@ -274,6 +256,7 @@ switch ($action) {
|
||||
$show_graph = $item['show_graph'];
|
||||
// 'top_n' filed will be reused for SLA sort option
|
||||
$sla_sorted_by = $item['top_n'];
|
||||
$period = $item['period'];
|
||||
break;
|
||||
|
||||
case 'SLA_services':
|
||||
|
Loading…
x
Reference in New Issue
Block a user