diff --git a/app/Services/Manage/CuttingService.php b/app/Services/Manage/CuttingService.php index d8522d5..7269405 100644 --- a/app/Services/Manage/CuttingService.php +++ b/app/Services/Manage/CuttingService.php @@ -173,6 +173,7 @@ public function findForShare(Cutting $cutting): Cutting $cutting->load([ 'media', 'createdBy.profile', + 'results', 'materials.rawMaterialPrice.rawMaterial:id,name,unit', 'materials.rawMaterialPrice.media', 'materials.combination', diff --git a/resources/js/components/button/RowShareAction.vue b/resources/js/components/button/RowShareAction.vue index cec6f1e..2cedfa3 100644 --- a/resources/js/components/button/RowShareAction.vue +++ b/resources/js/components/button/RowShareAction.vue @@ -1,7 +1,4 @@