Sfoglia il codice sorgente

[update-parent] for wizards into patient dashboard

Vijayakrishnan 3 anni fa
parent
commit
a51ac92ab2
1 ha cambiato i file con 15 aggiunte e 12 eliminazioni
  1. 15 12
      resources/views/app/patient/dashboard.blade.php

+ 15 - 12
resources/views/app/patient/dashboard.blade.php

@@ -53,12 +53,13 @@
                         <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
                         @if($patient->coreNote)
                             <a native target="_blank"
-                                 class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
-                                 open-in-stag-popup
-                                 mc-initer="allergies-center-{{$patient->coreNote->id}}"
-                                 title="Allergies Center"
-                                 popup-style="wide overflow-visible"
-                                 href="/allergies-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
+                               class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
+                               open-in-stag-popup
+                               update-parent
+                               mc-initer="allergies-center-{{$patient->coreNote->id}}"
+                               title="Allergies Center"
+                               popup-style="wide overflow-visible"
+                               href="/allergies-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
                                 <i class="fa fa-bolt mr-1"></i>
                                 <span>Manage</span>
                             </a>
@@ -98,12 +99,13 @@
                         <div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
                         @if($patient->coreNote)
                             <a native target="_blank"
-                                 class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
-                                 open-in-stag-popup
-                                 mc-initer="medications-center-{{$patient->coreNote->id}}"
-                                 title="Medications Center"
-                                 popup-style="wide overflow-visible"
-                                 href="/medications-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
+                               class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
+                               open-in-stag-popup
+                               update-parent
+                               mc-initer="medications-center-{{$patient->coreNote->id}}"
+                               title="Medications Center"
+                               popup-style="wide overflow-visible"
+                               href="/medications-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
                                 <i class="fa fa-bolt mr-1"></i>
                                 <span>Manage</span>
                             </a>
@@ -309,6 +311,7 @@
                             <a native target="_blank"
                                class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
                                open-in-stag-popup
+                               update-parent
                                mc-initer="problems-center-{{$patient->coreNote->id}}"
                                title="Problems Center"
                                popup-style="wide overflow-visible"