소스 검색

Wizard direct plan/review edit not triggering segment summary refresh - fix

Vijayakrishnan 3 년 전
부모
커밋
34c7ffb5bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/js/mc.js

+ 1 - 1
public/js/mc.js

@@ -524,7 +524,7 @@ window.saveVisitForm = function(_trigger, _silent = false, _close = false, _done
 
     $.post(form.attr('url'), form.serialize(), _data => {
         if(!hasResponseError(_data)) {
-            if(typeof window.updateAllSegmentsInResponse !== 'undefined' && noteSection.length) {
+            if(typeof window.updateAllSegmentsInResponse !== 'undefined') {
                 window.updateAllSegmentsInResponse(_data, true, _silent);
             }
             if(typeof window.refreshRHSSidebar !== 'undefined') {