Just a note, I'm noticing that sets/parts with a zero price assigned don't show a price later; it's as though they weren't assigned a price at all. I use this for gifts with purchases, etc, that didn't have an explicit cost.
I'll be checking out that 1.4.1 build sometime later on tomorrow.
Just a note, I'm noticing that sets/parts with a zero price assigned don't show a price later; it's as though they weren't assigned a price at all. I use this for gifts with purchases, etc, that didn't have an explicit cost.
I'll be checking out that 1.4.1 build sometime later on tomorrow.
Fixed in the upcoming 1.4.1 release. There were actually several places where 0 was being treated wrong (the badge display, the management input fields, the inline price editor, and the statistics range calculation).
All replaced with explicit None checks so $0.00 is treated as a real price throughout. Thanks for the report!
You can test it using the pre-1.4.1 docker tag.
Fixed in the upcoming 1.4.1 release. There were actually several places where 0 was being treated wrong (the badge display, the management input fields, the inline price editor, and the statistics range calculation).
All replaced with explicit None checks so $0.00 is treated as a real price throughout. Thanks for the report!
You can test it using the `pre-1.4.1` docker tag.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Just a note, I'm noticing that sets/parts with a zero price assigned don't show a price later; it's as though they weren't assigned a price at all. I use this for gifts with purchases, etc, that didn't have an explicit cost.
I'll be checking out that 1.4.1 build sometime later on tomorrow.
Fixed in the upcoming 1.4.1 release. There were actually several places where 0 was being treated wrong (the badge display, the management input fields, the inline price editor, and the statistics range calculation).
All replaced with explicit None checks so $0.00 is treated as a real price throughout. Thanks for the report!
You can test it using the
pre-1.4.1docker tag.Confirmed fixed!