Kittyfisto / Tailviewer

Open source log file viewer
https://kittyfisto.github.io/Tailviewer/
MIT License
186 stars 38 forks source link

Fixed bug where grouped data source counters were never updated #225 #248

Closed Kittyfisto closed 3 years ago

Kittyfisto commented 3 years ago

The data sources view model would never call Update() on newly created groups. This caused values such as number of errors, warnings, etc.. to never be updated and remain at 0 instead. The bug would only occur when the grouped data source was created during the session however, e.g. closing tailviewer and opening it again would then show the correct number of warnings 100% of the time.

Fixes #225