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

New Partners not persisted #319

Closed
apeiris opened this issue May 28, 2023 · 4 comments
Closed

New Partners not persisted #319

apeiris opened this issue May 28, 2023 · 4 comments

Comments

@apeiris
Copy link
Contributor

apeiris commented May 28, 2023

When a new partner is added, the information is not being saved to the partnerships.xml file. This issue occurs in both the server command line and the WebUI. Although the API post successfully reaches the server (RestcommandProcessor), it fails to update the partnerships.xml file.

@alfredm-cs
Copy link

alfredm-cs commented May 30, 2023

Can confirm, Partners and Connections (partnerships) are not being persisted. Certificates are being persisted.

@noelhibbard
Copy link

I don't think this is a WebUI bug but an API bug. If I understand correctly you have to do a GET of /api/partnership/store but even then it only partially saves stuff. For example I can add a partner and it will save but if I delete a partner, it doesn't save. If I add/delete/edit a partnership, it also doesn't save. The API seems to be a WIP.

@uhurusurfa
Copy link
Contributor

Closing #329 to be tracked here for resolution.

@uhurusurfa
Copy link
Contributor

3.6.0 just released with a fix for this

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

No branches or pull requests

4 participants