浏览代码

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)