]> git.koha-community.org Git - koha.git/commit
Bug 37260: Check message broker for both 'about' and 'sysinfo' tabs
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Fri, 5 Jul 2024 13:28:24 +0000 (13:28 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 28 Aug 2024 19:38:52 +0000 (19:38 +0000)
commit54e63c94d7406aa164ad2d6f19289059f62ac57e
tree8843d06db74e8190149b143a769f3b68dff3094a
parentce2f4219dee6505b118382e9b40644d648adb210
Bug 37260: Check message broker for both 'about' and 'sysinfo' tabs

Test plan:
1) Apply test patch only
2) Visit <staff_url>/cgi-bin/koha/about.pl
3) Notice it shows 'Using RabbitMQ' (it should show 'Using SQL polling')
4) Apply this patch, repeat 3)
5) Notice it now shows 'Using SQL polling'
6) Remove test patch. Notice it shows 'Using RabbitMQ' again.
7) Repeat test plan but for /cgi-bin/koha/about.pl?tab=sysinfo tab

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 6a321c6ee44413e1e3601d1d9fcd727788e2bb3f)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
about.pl