From 63885c870b408dc75ec96cf25cc9ef7e2bcef66a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 29 Jan 2024 14:01:52 +0100 Subject: [PATCH] wait #6571 @0.25 --- app/Console/Kernel.php | 1 + resources/views/columns/fluidbook_status.blade.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 46bee8c54..aa2b68338 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -38,6 +38,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel $schedule->command('job:dispatchNow Maintenance\\\\EmailServerRefresh')->twiceDailyAt(); // WS to Toolbox migration $schedule->command('ws:migrate --publications=v2 --documents=missing')->dailyAt('1:00'); + $schedule->command('syncfluidbooksv3toworkshop')->dailyAt('3:15'); $schedule->command('ws:migrate --publications=missing --documents=missing')->everyTwoHours(); $schedule->command('fluidbook:quote --reminder')->weekdays()->at('10:00'); diff --git a/resources/views/columns/fluidbook_status.blade.php b/resources/views/columns/fluidbook_status.blade.php index a0bc59134..a4a0a4d20 100644 --- a/resources/views/columns/fluidbook_status.blade.php +++ b/resources/views/columns/fluidbook_status.blade.php @@ -17,7 +17,8 @@ >{{$v}} @if($entry->extranet_task) - @endif -- 2.39.5