Peter Muturi 2 년 전
부모
커밋
f8f75b10c3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      resources/views/app/patient/segment-templates/omega_pe/edit.blade.php

+ 2 - 1
resources/views/app/patient/segment-templates/omega_pe/edit.blade.php

@@ -430,7 +430,8 @@ $containerID = 'edit-omega-pe-' . rand(10,100);
           },
         },
       });
-
+      // if in popup (omega template), add provision to toggle relevance
+      @include('app.patient.segment-templates._common_actions.toggle-relevance', ['container' => '#'.$containerID, 'segmentName' => 'omega_pe'])
     }
     window.segmentInitializers.omega_pe = initPE;
     addMCInitializer('init-pe-{{$note->id}}', initPE, '#'+containerID);