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

Not possible to update newly created member accounts #463

Closed
MaryHirsch opened this issue Sep 25, 2020 · 1 comment · Fixed by #474
Closed

Not possible to update newly created member accounts #463

MaryHirsch opened this issue Sep 25, 2020 · 1 comment · Fixed by #474
Assignees
Labels

Comments

@MaryHirsch
Copy link

MaryHirsch commented Sep 25, 2020

Expected Behaviour

A Fabrica member account can be updated once it has been created

Current Behaviour

Updates to member accounts are not saved and error message appears

Steps to Reproduce

  1. create a new member account
  2. click update organization
  3. change the email address
  4. The message "To save this member, first resolve the errors with these fields: member ID." appears and the update button is greyed out

Screen Shot 2020-09-25 at 12 54 30

Context (Environment)

Fabrica test and production

Hypothesis

Detailed Description

Possible Implementation

Front logo Front conversations

@MaryHirsch MaryHirsch changed the title Problem updating newly created accounts Not possible to update newly created member accounts Sep 25, 2020
@MaryHirsch MaryHirsch transferred this issue from datacite/datacite Sep 25, 2020
@kjgarza kjgarza closed this as completed Sep 25, 2020
@kjgarza kjgarza reopened this Sep 25, 2020
@MaryHirsch MaryHirsch added the bug label Sep 28, 2020
@kjgarza
Copy link
Contributor

kjgarza commented Oct 23, 2020

The (provider) model is not updated (getting data from API) immediately after creation. So the Member ID appears empty.

Manually you can fix by refreshing (F5), but i in the code we might need to do a whole refresh after saving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants