-
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
Directo: admin missing directo_handle #343
Comments
How current registrars in production got their values? Manually? |
imported from FRED and new registrars by manual intervention |
so "directo_handle" is a kind of registrar's uid (unique id) in Directo? |
Yes, some do match with registrar 'code' in our system. I suggest to handle it so, that if 'directo_handle' is present, use 'directo_handle', if not, use 'code' |
Decided to always require that Directo handle (which is now more abstract |
Added under "General" section. |
#376 has been merged with this ticket since in addition to having dead code, that rake task modifies standard rake tasks in a way that prevents |
Test Directo export. |
Prod-like environments do not have it, therefore no migration #343
In the admin interface there is no option to fill directo_handle information for regsitrars. It is also not returned in UI to see the effective value.
directo_handle is part of Directo integration - necessary to match registrars in registry system to companies in accounting system.
in generic view we should try to redesign directo integration into separate integrator module as a non standard EIS specific feature.
The text was updated successfully, but these errors were encountered: