-
Notifications
You must be signed in to change notification settings - Fork 19
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
WHOIS: domain data is not updated on pendig status removal #757
Comments
Possible to reproduce this issue only for |
During the investigation of this issue I discovered the following:
Is that the expected behaviour, @vohmar? |
@maciej-szlosarczyk in general this seems to be the cause of the problem - updating domain registrant by requiring confirmation has special status related - updatePending. Setting this status calls for whois update and results in status being displayed publicly in whois. So endind this update process either by expiry, denial or acceptance by the current registrant must call for whois data update to remove the status and update other data if necessary. |
@vohmar I made the required changes. Aside from the buggy scenario with |
in production |
When pending status (pendingUpdate, pendingDeleteConfirmation) is removed from domain whois update is not triggered and domain data in whois is not updated
might apply to other status changes as well.
The text was updated successfully, but these errors were encountered: