소스 검색

NRC - force create-claim to reflect update note reasons

Vijayakrishnan 3 년 전
부모
커밋
1fcd7496cc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      resources/views/app/patient/note/partials/resolve-content.blade.php

+ 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>