[fix] Template miserably failing when active_at is unknown because it wants a date of timestamp

This commit is contained in:
Alexandre Aubin 2019-04-02 20:08:12 +02:00
parent 0f663f5a0a
commit 7322454a8f

View file

@ -60,6 +60,10 @@
{
data2.service.active_at = data.active_at;
}
else
{
data2.service.active_at = 0;
}
store.clear('slide');
c.view('service/service_info', data2);
}, 'GET');