replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
261 stars 41 forks source link

[Bug]: Spaces aren't encoded/decoded correctly in part numbers #214

Closed replaysMike closed 1 year ago

replaysMike commented 1 year ago

Binner version

v2.5.9

Operating System

Debian 11

Describe the bug and the steps to reproduce it

Ensure spaces in part numbers aren't stored in the DB as %20, somewhere it's not being encoded correctly and making it to the database.

[via Discord] @Xianming

image

image

image

Would you like to attach your appsetings.json configuration?

No response

Screenshots or Videos (Optional, but they help!)

No response

Are you able to contribute a PR? (No is ok!)

Yes, I am also opening a PR that solves the problem along side this issue

replaysMike commented 1 year ago

Fixed in v2.6.0