internetee / registrant_center

Web portal for domain registrants and contacts to get a registrar independent overview of domain associated with the user. Other features include contact data update and fully automated domain registry lock.
0 stars 0 forks source link

List of associated companies is not returned in profile #3

Closed vohmar closed 4 years ago

vohmar commented 4 years ago

In user profile "minu ettevõtted" no companies are displayed even though list is returned from the business registry as domains that the user is associated to only through a company are present in the domains list.

vohmar commented 4 years ago

API uuendus on nüüd toodangus: https://github.com/internetee/registry/blob/master/doc/registrant-api/v1/companies.md

vohmar commented 4 years ago

The list of comapnies is now populated, but the records in the list are incremented by one each time user opens the list within a single session - looks like the list is cached somewhere, each time user accesses the list new query is sent to the registry, but cache is not cleared before adding new results to it.

martin-we commented 4 years ago

Duplication fixed in: https://github.com/internetee/registrant_center/commit/939b14d99fdd6d121d034c42ec36e8dd36c75fb9

vohmar commented 4 years ago

works as expected now - thank you!