Procházet zdrojové kódy

Update batch log report when data changes

Neal Wilson před 6 roky
rodič
revize
cf79f32afc
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      config/Reports/historyreport.xml

+ 4
- 0
config/Reports/historyreport.xml Zobrazit soubor

@@ -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>

Loading…
Zrušit
Uložit