From: Vincent Vanwaelscappel Date: Mon, 29 Jan 2024 13:01:52 +0000 (+0100) Subject: wait #6571 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=63885c870b408dc75ec96cf25cc9ef7e2bcef66a;p=fluidbook-toolbox.git wait #6571 @0.25 --- 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