Brewtarget / brewtarget

Main brewtarget source code repository.
GNU General Public License v3.0
312 stars 135 forks source link

Fix various Signal/DB/XML import issues #629

Closed matty0ung closed 2 years ago

matty0ung commented 2 years ago

See https://github.com/Brewtarget/brewtarget/issues/628

A couple of changes here, fixing things from new DB layer and from XML import code.

As an aside it feels like there is a bunch of common code that could be pulled out of the FooTableModel classes, but that's for another time. (I've started doing a little bit of this in the separate branch I'm working on for BeerJSON, but only the very low-hanging fruit so far!)