mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Fix contact creator link
This commit is contained in:
parent
df0fd3dadf
commit
96b59bfb4c
4 changed files with 23 additions and 3 deletions
|
@ -14,7 +14,7 @@ module Admin
|
|||
end
|
||||
|
||||
contacts = Contact.includes(:registrar).joins(:registrar)
|
||||
.select('contacts.*, registrars.name')
|
||||
.select('contacts.*, registrars.name as registrars_name')
|
||||
contacts = contacts.filter_by_states(params[:statuses_contains].join(',')) if params[:statuses_contains]
|
||||
contacts = filter_by_flags(contacts)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue