Bug #3581
Report e-mails link to "FQDN and failed > 0" rather than "host = FQDN"
Description
The host summary report e-mails link to the reports list with searches in this format:
https://foreman.example.com/reports?search=foo.example.com+and+failed+>+0
It should instead be "host = foo.example.com" to be valid search syntax for hostnames.
Associated revisions
fixes #3581 - link to reports search for failed hosts should use "host = foo.example"
(cherry picked from commit eeb218a1d1d7ef47849ad267adf3025db945765f)
Conflicts:
app/views/host_mailer/_active_hosts.html.erb
History
#1
Updated by Andreas Ntaflos over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset eeb218a1d1d7ef47849ad267adf3025db945765f.
fixes #3581 - link to reports search for failed hosts should use "host = foo.example"