Peter Muturi 2 år sedan
förälder
incheckning
f8f75b10c3

+ 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);