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

Neuron ownership changes are not persisted #28

Open
olbris opened this issue Mar 9, 2023 · 2 comments
Open

Neuron ownership changes are not persisted #28

olbris opened this issue Mar 9, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@olbris
Copy link

olbris commented Mar 9, 2023

If you change neuron ownership in the UI, it appears to succeed. However, while the change is active in memory, it is not persisted to the db.

Internal number JW-49974.

@olbris olbris added the bug Something isn't working label Mar 9, 2023
@porterbot
Copy link

Probably occurring in jacs-messaging, where it silently fails because the messaging is dropping the save when it sees the neuron ownership is different than what's in the database.

@porterbot
Copy link

This was just hooked up to the wrong method on the messaging side, where the messaging was just trying to save the neuron with a different owner, which gets caught by the backend layer. I'm just changing the method that gets fired on an ownership change to allow this to persist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants