浏览代码

Update batch log report when data changes

Neal Wilson 6 年前
父节点
当前提交
cf79f32afc
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      config/Reports/historyreport.xml

+ 4
- 0
config/Reports/historyreport.xml 查看文件

@@ -296,6 +296,10 @@
296 296
                 buffer.close();
297 297
             };
298 298
             refresh();
299
+            var notifier = Application.subscribe("RoastingLogChange");
300
+            notifier.notify.connect(function() {
301
+                refresh();
302
+            });
299 303
         ]]>
300 304
     </program>
301 305
 </window>

正在加载...
取消
保存