]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6571 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Jan 2024 13:01:52 +0000 (14:01 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Jan 2024 13:01:52 +0000 (14:01 +0100)
app/Console/Kernel.php
resources/views/columns/fluidbook_status.blade.php

index 46bee8c5406ad2c971636c288cede1030d020f2a..aa2b68338cfd62f09f872246a6277d4008b143fc 100644 (file)
@@ -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');
 
index a0bc5913472b33fdfe411c34657cdc09def60da2..a4a0a4d20f81b0ef1cbba7429ea96f642c7415c9 100644 (file)
@@ -17,7 +17,8 @@
         >{{$v}}</a>
 
         @if($entry->extranet_task)
-            <a href="https://extranet.cubedesigners.com/projet/{{\App\Fields\FluidbookExtranetTask::taskToProject($entry->extranet_task)}}"
+            <a target="_blank"
+               href="https://extranet.cubedesigners.com/projet/{{\App\Fields\FluidbookExtranetTask::taskToProject($entry->extranet_task)}}"
                title="{{__('Voir les détails du projet')}}"><i class="las la-coins"></i></a>
         @endif
 </span>