Selaa lähdekoodia

Bug fix - changing "method" not auto-refreshing informed/consent

Vijayakrishnan 2 vuotta sitten
vanhempi
commit
1e3dc29f8f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      resources/views/app/patient/note/dashboard.blade.php

+ 1 - 0
resources/views/app/patient/note/dashboard.blade.php

@@ -1850,6 +1850,7 @@ use App\Models\Handout;
                     @endif
                     addMCHook('onNoteMethodUpdate', function() {
                         refreshSegment('disclaimers');
+                        refreshSegment('omega_informed_consent');
                         fastReload();
                     });
                     $(document)