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

[Registration] Cannot close confirmation modal on DEV builds #1964

Open
YanaMIvanova opened this issue Dec 6, 2021 · 2 comments
Open

[Registration] Cannot close confirmation modal on DEV builds #1964

YanaMIvanova opened this issue Dec 6, 2021 · 2 comments
Labels

Comments

@YanaMIvanova
Copy link
Contributor

YanaMIvanova commented Dec 6, 2021

Q A
Bug report? yes
Version? 13.0, 13.1, 13.5

Steps:

  1. Install Claroline from branch 13.0 or 13.1
  2. Enable self-registration
  3. Open the registration form and proceed to the last page
  4. Click on "Create an account" button in order to trigger the Registration modal
  5. Try to close it using the X button

Expected: The modal should close

Actual: The modal stays open and errors are thrown

image

@maieutiquer
Copy link
Contributor

This issue is totally blocking manual account creation, as well as #1963, so it's inherently urgent for us

@maieutiquer
Copy link
Contributor

maieutiquer commented Dec 6, 2021

We found that this is caused by the redux-freeze library, not sure why it started happening now and not earlier given that there are no recent versions, but closing the modal and creating new accounts works after commenting out the following lines:

image

This also explains why we observe this issue for DEV builds only

@maieutiquer maieutiquer changed the title [Registration] Cannot close confirmation modal [Registration] Cannot close confirmation modal on DEV builds Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants