Merged
Conversation
…andling. Came up with a workaround until we write our own library in the future.
…e in logic to allow matching any value to an empty password value in the database. The api doesn't allow setting of blank passwords on the database side, only an administrator can set it purposefully using the command line utility. This is for giving admins the ability to reset lost passwords on an admin or other account and requires admin/sudo priveleges on the service executable. Example: `./Binner.Web.exe --resetuser --username admin`. To disable this feature, set AllowPasswordRecovery = false in appsettings.json
Fixed Custom Fields header showing when it shouldn't
…service, but it's not available as there is no user context. Moved this functionality into the regular UserService.
…ng dealt with properly, wasn't working on Settings page due to a bug
added tests to ensure correct output behavior is expected
Updated the older barcode generation features for printing manual lables as the barcodes generated weren't scannable. Mostly this is due to Dymo ignoring the DPI settings and making it only available to their custom page settings UI, or through their very much broken SDK. Users will need to set it to 600dpi manually in Windows, I'm not even sure how this will be addressed in unix.
adds a keyboard dump utility, helps with additional barcode debugging.
fixes some bugs with csv file exports. implements new part fields, parametrics and cad models which will be integrated into the UI in a future PR.
…to add to inventory, a backend error occurs as it receives a string instead of an object for barcodeObject and this was unhandled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Another big update.