internetee/registry

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

Closed this issue · 2 comments

/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

@vohmar #2510 duplicate?
PR: #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.

dupliate of #2510