소스 검색

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

Vijayakrishnan 2 년 전
부모
커밋
1e3dc29f8f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)