mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-19 19:18:50 +01:00
## About The Pull Request - Fixes #88001. Pllumbing pill press now reads the maximum volume of the selected product instead of showing a constant of 50u. Patches have a maximum volume of 40u so we send that to the UI - Plumbing pill press now validates the selected container to see if it's a valid printable option to prevent href exploits. It has the same issue as #87779 but now that's fixed - Plumbing pill press checks to see if the input volume is a number and returns false to stop the UI from updating if not ## Changelog 🆑 fix: plumbing pill press advertises the correct maximum volume of your selected product instead of always 50u on the UI code: plumbing pill press validates selected container to prevent href exploits code: plumbing pill press validates input volume to see if it's a number /🆑