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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 01:10:47 +0000 (01:10 +0000)
commitebcb64e9fa51fd7f02918d9543abeeac4f8ab46d
tree7010711a11d7498d869fd701a73d43579b580971
parent99dbc5cdf7d7e4d9e83378fbf4d0fb5d5c2de38e
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>
C4/AuthoritiesMarc.pm