Ver Fonte

NRC - force create-claim to reflect update note reasons

Vijayakrishnan há 3 anos atrás
pai
commit
1fcd7496cc

+ 1 - 0
resources/views/app/patient/note/partials/resolve-content.blade.php

@@ -435,6 +435,7 @@
         addMCInitializer('note-resolve-{{$note->uid}}', init, '#note-resolve-{{$note->uid}}');
         addMCHook('onICDUpdate-{{$note->uid}}', function() {
             toastr.success('ICDs updated');
+            fastReload(); // needed to ensure that the note rendered picks the new icds and uses them for create-claim
         });
     }).call(window);
 </script>