Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases/v2.6.0 #216

Merged
merged 11 commits into from
Jun 27, 2023
Merged

Releases/v2.6.0 #216

merged 11 commits into from
Jun 27, 2023

Conversation

replaysMike
Copy link
Owner

…r in new log entry

journalctl doesn't handle UTF-8 very well, so forcing the console/log output to ASCII fixes the issue.
…l not load

Fixes #214 - Spaces aren't encoded/decoded correctly in part numbers

I couldn't find any other source of this problem, a user reported that the part number appears with %20 in the name of the part. This shouldn't be possible through the UI, unless something was double encoded.
Apprently fetch() will remove text after a # when making a GET request with parameters.
Added support for editing currency/language to Settings page. Defaulted currency to configured value, unless provided otherwise from backend api data.
Added custom supplier id to search, added inline edit functionality
This adds a fix for the weird behavior with semantic-ui's dropdowns. It doesn't let you change the selected text programatically, but I found an odd hack to make it work.
@replaysMike replaysMike added the bug Something isn't working label Jun 27, 2023
@replaysMike replaysMike added this to the v2.6.0 milestone Jun 27, 2023
@replaysMike replaysMike self-assigned this Jun 27, 2023
@replaysMike replaysMike merged commit e78bb1a into master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment