cqp пре 5 дана
родитељ
комит
463257fceb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Service/WorkFlowService.php

+ 1 - 1
app/Service/WorkFlowService.php

@@ -431,7 +431,7 @@ class WorkFlowService extends Service
             ->where('document_id', $data['document_id'])
             ->latest()
             ->first();
-        $return['after'] = $draft->content ?? [];
+        $return['after'] = $draft ?? [];
 
         $config = [
             'item' => "itemDetail",