|
@@ -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;
|
|
window.segmentInitializers.omega_pe = initPE;
|
|
addMCInitializer('init-pe-{{$note->id}}', initPE, '#'+containerID);
|
|
addMCInitializer('init-pe-{{$note->id}}', initPE, '#'+containerID);
|