Brewtarget / brewtarget

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

Mash Designer misbehaving #620

Closed matty0ung closed 1 year ago

matty0ung commented 2 years ago

New DB layer has introduced a bug that means the Mash Designer does not work as designed. There are two issues:

  1. On starting the mash designer, it is supposed to delete all the existing mash steps. Currently, it doesn't. The behaviour is very strange after that, as it seems the designer is modifying the existing steps instead of creating new ones? If you manually remove the existing steps, it behaves more as we would expect.
  2. The total collected wort is wrong. @mikfire says "That will be a signal, I am quite certain. I've broken this screen enough times I could almost tell you what signal it is."

I will work on a fix for this once https://github.com/Brewtarget/brewtarget/pull/617 is merged.

matty0ung commented 2 years ago

I have a fix for •1•. Looking at •2•.

matty0ung commented 1 year ago

I think this is now fixed, so closing.