Bug 7442 (follow-up) ensuring that summary is display when searching on all types...
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Thu, 18 Jul 2013 16:13:12 +0000 (18:13 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 16 Oct 2014 10:32:01 +0000 (12:32 +0200)
commit100e655db505753eafac6e61402bbbb458a7ad9f
treeeb3e73732b08c6002417a0c2d1f50d1e0b78a62e
parentcc6fcc1c272db5f8b416ae764ca82a84e7997034
Bug 7442 (follow-up) ensuring that summary is display when searching on all types of authorities

This patch corrects a small bug :

Authorities search on all types does not show summary because it is computed
with selected type (which is empty) instead of using found authority type.

Test plan :
- Go to intranet autorities search
- Perform a search on all authorities types
- Look at results
  => Without this patch, results rows do not display the autority summary, only
     authorized headings

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit ebcb64e9fa51fd7f02918d9543abeeac4f8ab46d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/AuthoritiesMarc.pm