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

Fix to allow for items to be updated by their owner #875

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

hypnoshock
Copy link
Contributor

What

We weren't testing whether an ID (formed by the item name) belonged to the item we are trying to register. If we were updating (reregistering) an item then the ID from the name would have been used by that very item therefore registration would revert.

We weren't testing whether an ID (formed by the item name) belonged to the item we are trying to register. If we were updating (reregistering) an item then the ID from the name would have been used by that very item therefore registration would revert.
@hypnoshock hypnoshock merged commit cd2bd92 into main Nov 3, 2023
3 checks passed
@hypnoshock hypnoshock deleted the item-reregister-fix branch November 3, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants