Bug 13105

Summary: Columns misplaced in member search result
Product: Koha Reporter: Rafal Kopaczka <rkopaczka>
Component: TemplatesAssignee: Rafal Kopaczka <rkopaczka>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: katrin.fischer, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Columns misplaced
Bug 13105: Columns misplaced in member search result
Bug 13105: Columns misplaced in member search result
[PASSED QA] Bug 13105: Columns misplaced in member search result

Description Rafal Kopaczka 2014-10-17 14:21:52 UTC
Created attachment 32504 [details]
Columns misplaced

When staff member, without manage_patron_lists permissions, search for patrons on result page, he gets table with additional column in head table.
Comment 1 Rafal Kopaczka 2014-10-17 14:24:58 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2014-10-19 19:11:18 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-10-21 22:09:17 UTC
Created attachment 32569 [details] [review]
[PASSED QA] Bug 13105: Columns misplaced in member search result

When staff member, without manage_patron_lists permissions, search for
patrons on result page, he gets table with additional column in head
table.
Test plan:
Log in as staff member without manage_patron_lists permissions, search
for any patron.
Check that table with results is fine now.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixes problem by adding a permission check to the template.
Comment 4 Tomás Cohen Arazi 2014-10-30 04:28:01 UTC
Patch pushed to master.

Thanks Rafal!