Files
Bubberstation/code/modules/plumbing
SyncIt21andGitHub b2cb8929c1 Adds checks for plumbing pill press (#88002)
## 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
/🆑
2024-11-20 19:24:42 +01:00
..