mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Merge pull request #1493 from internetee/1461-sorting-in-domains-view-does-not-work
Registrar/Domains: Allow :s as search parameter
This commit is contained in:
commit
5e33fe8764
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ class Registrar
|
|||
:contacts_ident_eq,
|
||||
:nameservers_hostname_eq,
|
||||
:valid_to_gteq,
|
||||
:valid_to_lteq)
|
||||
:valid_to_lteq,
|
||||
:s)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue