MT#57588 [CSC-UI] Dashboard Call List is showing received calls with wrong time

Change-Id: I7d26f93fe0dd3cef13d8daec1db71520a771e099
mr11.4
Hugo Zigha 3 years ago committed by Hugo Zigha
parent d53f9f1395
commit 8ee50d2830

@ -36,7 +36,7 @@
> >
<csc-call-item <csc-call-item
:call="call" :call="call"
:sleek-mode=true :sleek-mode="true"
/> />
</template> </template>
</csc-card-dashboard> </csc-card-dashboard>

@ -36,7 +36,7 @@ export default {
order_by: 'timestamp', order_by: 'timestamp',
order_by_direction: 'desc', order_by_direction: 'desc',
type: 'call', type: 'call',
tz: getBrowserTimezone() tz: 'UTC'
}) })
return res return res
}, },

Loading…
Cancel
Save