CompositeLight / currentRMS-helper

Chrome extension to add functionality to the CurrentRMS web interface.
9 stars 1 forks source link

Bug: Container Weights #47

Open TechJed opened 2 weeks ago

TechJed commented 2 weeks ago

This feature works great until you put a container in a container as it doesn't add the sub container's contents weights to the main container. Will make the calculation more complex but it is hopefully possible

CompositeLight commented 2 weeks ago

It's been a while since I looked at that code, but disappointed in myself this isn't already handled. I'll look into it when I get a chance.

CompositeLight commented 2 weeks ago

Just had a quick look at this. As far as I can see, current behaviour is that where a container is added to a container it does add the weight...

My previous comment was nonsense. Current situation is that the weight of the sub container item is added to the total of the main one, but the contents of the sub container are not. Will fix when I can.

TechJed commented 2 weeks ago

Cheers