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

emails cannot be edited after logout #510

Closed
Stezido opened this issue Jul 1, 2020 · 0 comments · Fixed by #509
Closed

emails cannot be edited after logout #510

Stezido opened this issue Jul 1, 2020 · 0 comments · Fixed by #509
Assignees
Labels
bug Something isn't working

Comments

@Stezido
Copy link
Contributor

Stezido commented Jul 1, 2020

Description

An email can be added without any problem.
An email can be edited directly after the addition of an email, but if the user logs out and in again the email cannot be edited.
Error: "Couldn't save email"

Solution

The email service does have 2 seperate endpoints for create/edit email. The saga should check before edit/create if an email already exists for the user and should decide which email service endpoint to call.

@Stezido Stezido added this to the Trubudget 1.12.0 milestone Jul 1, 2020
@Stezido Stezido self-assigned this Jul 2, 2020
@Stezido Stezido added the bug Something isn't working label Jul 2, 2020
This issue was closed.
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant