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

RestEPP returns statuses phantom statuses #2470

Closed
vohmar opened this issue Nov 2, 2022 · 1 comment · Fixed by #2479
Closed

RestEPP returns statuses phantom statuses #2470

vohmar opened this issue Nov 2, 2022 · 1 comment · Fixed by #2479
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Nov 2, 2022

For some domains restepp returns statuses under domain info that are not actually there.

so domain info in the admin interface or whois queries return domain status to be OK
but REPP request returns additionally some other statuses like

"statuses": {
"pendingDelete": "",
"pendingUpdate": "",
"ok": ""
}

the info in the admin and whois is the correct one. Not clear yet where are the other statuses that should not be there coming from.

@vohmar vohmar added the bug label Nov 2, 2022
@vohmar
Copy link
Contributor Author

vohmar commented Nov 2, 2022

this sample domain has these records in the database:

statuses                         | {ok}
status_notes                     | "pendingDelete"=>"", "pendingUpdate"=>""

the status notes if returned to the users should consist only of the notes ie the reason why force delete was set etc. So the question is why are there these status records in the status notes field (there are many other examples of different set of such status records in the notes field. what and how do we populate the status_notes field? do we still add such records there or are all these old remnants of some past bug? how do we fix this?

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