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

RegistrantConfirmation: internal error on confirmation and rejection #1468

Closed
vohmar opened this issue Jan 10, 2020 · 4 comments
Closed

RegistrantConfirmation: internal error on confirmation and rejection #1468

vohmar opened this issue Jan 10, 2020 · 4 comments
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Jan 10, 2020

  1. new person wants to take over a domain
  2. request is made by registrar
  3. Confirmation request is sent to current registrant by the registry system
  4. Current registrar opened the email and clicks on the provided link to confirm or reject the change
  5. User presses confirmation button on the confirmation page
  6. Internal error is returned and pending Change request is not confirmed nor denied.

log records:
Completed 500 Internal Server Error in 16ms (ActiveRecord: 3.3ms)
ActiveModel::UnknownAttributeError (unknown attribute 'uuid' for RegistrantVerificationVersion.):
app/models/registrant_verification.rb:27:in domain_registrant_change_reject!'#012[...] [registrant] [...] app/controllers/registrant/domain_update_confirms_controller.rb:25:in update'

@vohmar vohmar added the bug label Jan 10, 2020
@vohmar
Copy link
Contributor Author

vohmar commented Jan 10, 2020

is registrant change with confirmation covered with autotests?

@vohmar
Copy link
Contributor Author

vohmar commented Jan 14, 2020

the problem is fixed but missing test coverage

@yulgolem
Copy link
Contributor

I'll add it, will try today.

@vohmar
Copy link
Contributor Author

vohmar commented Jan 23, 2020

fixed by #1469 and #1472

@vohmar vohmar closed this as completed Jan 23, 2020
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