Explorar el Código

Renamed files

Samson Mutunga hace 2 años
padre
commit
6a7d12dcdc

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/sleep_study_intake/plan.blade.php → resources/views/app/patient/module-specific-summary-renderers/sleep_health_intake/plan.blade.php

@@ -24,8 +24,8 @@
     <div class="d-flex border-bottom">
         <a class="mr-2 min-width-110px hide-if-note-signed"
             open-in-stag-popup
-           href="/module-view/{{$note->uid}}/sleep_study_intake/edit"
-           mc-initer="edit-sleep_study_intake-container-{{$note->id}}"
+           href="/module-view/{{$note->uid}}/sleep_health_intake/edit"
+           mc-initer="edit-sleep_health_intake-container-{{$note->id}}"
            title="Sleep Study Intake"
            popup-style="stag-popup-md overflow-visible">
             Sleep Study

+ 2 - 2
resources/views/app/patient/module-specific-summary-renderers/sleep_study_intake/subjective.blade.php → resources/views/app/patient/module-specific-summary-renderers/sleep_health_intake/subjective.blade.php

@@ -24,8 +24,8 @@
         <div class="d-flex border-bottom">
             <a class="mr-2 min-width-110px hide-if-note-signed"
                open-in-stag-popup
-               href="/module-view/{{$note->uid}}/sleep_study_intake/edit"
-               mc-initer="edit-sleep_study_intake-container-{{$note->id}}"
+               href="/module-view/{{$note->uid}}/sleep_health_intake/edit"
+               mc-initer="edit-sleep_health_intake-container-{{$note->id}}"
                title="Sleep Study Intake"
                popup-style="stag-popup-md overflow-visible">
                 Sleep Study

+ 1 - 1
resources/views/app/patient/modules/sleep_health_intake/edit.blade.php

@@ -146,7 +146,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 								self.autoSaveForm();
 							}).val(loadedData);
 
-							$(arr[i]).val(loadedData).trigger('select2:select'); //load preselected
+							$(arr[i]).val(loadedData).trigger('change'); //load preselected
 
 						};
 					},

+ 1 - 1
resources/views/app/patient/segment-templates/omega_subjective_system/summary.blade.php

@@ -137,7 +137,7 @@ $topLevelPointToRendererMap = [
     'LIFESTYLE_STRESS' => 'lifestyle_stress',
     'LIFESTYLE_SUBSTANCE_USE' => 'lifestyle_substance_use',
     'WEIGHT_LOSS_INTAKE' => 'weight_loss_intake',
-    'SLEEP_STUDY_INTAKE' => 'sleep_study_intake'
+    'SLEEP_HEALTH_INTAKE' => 'sleep_health_intake'
 ];
 
 $pointMap = [];