Explorar el Código

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

Vijayakrishnan hace 3 años
padre
commit
34c7ffb5bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') {