internetee / registry

TLD Management Software
Other
45 stars 19 forks source link

Admin: domain history filter with registrar and action selection returns "no results" #2552

Closed vohmar closed 1 year ago

vohmar commented 1 year ago

/admin/domain_versions

if a registrar and an action are simultaneously specified in the filter options the request tends to return "no results"

some examples: registrar + action (auction=destroy works, but create and update return "no results")

image image
OlegPhenomenon commented 1 year ago

@vohmar https://github.com/internetee/registry/issues/2510 duplicate? PR: https://github.com/internetee/registry/pull/2513

Last time we found out that it was a problem with the migration of json fields. When we changed column types, somewhere the migration didn't work correctly and the jsonb type wasn't applied to the tables. The code that allows the search only works with jsonb fields, which is why it apparently doesn't work.

vohmar commented 1 year ago

dupliate of https://github.com/internetee/registry/issues/2510