Parcourir la source

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

Vijayakrishnan il y a 2 ans
Parent
commit
1e3dc29f8f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)