Summary: | deleting an authority refreshes the page | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Cataloging | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, f.demians, kyle.m.hall, paul.poulain, savitra.sirohi |
Version: | 3.8 | ||
Hardware: | PC | ||
OS: | All | ||
URL: | cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=mainmainentry&operator=contains&value=a&orderby=HeadingAsc | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8692 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
list of authorities
Bug 4198 - deleting an authority refreshes the page Bug 4198 - Followup - PerlTidy authorities-home.pl Bug 4198 - deleting an authority refreshes the page Bug 4198 - Followup - PerlTidy authorities-home.pl |
Description
Chris Cormack
2010-05-21 01:24:18 UTC
Created attachment 10646 [details] [review] Bug 4198 - deleting an authority refreshes the page Makes clicking a Delete link refresh the search that was performed so that the results are still on the screen. Created attachment 10647 [details] [review] Bug 4198 - Followup - PerlTidy authorities-home.pl Created attachment 10924 [details] [review] Bug 4198 - deleting an authority refreshes the page Works as advertised. Very useful. Still the issue that indexing being not in real time, the search result displays the just deleted authority. But there is no way to do better. Created attachment 10925 [details] [review] Bug 4198 - Followup - PerlTidy authorities-home.pl QA comment: * I had some trouble testing this one due to 983012d5b8d32abebf862f348b0de13aa3e549f3 and 42e20381fbd2cebaf06f00f80761008745d038b4 (that was not here already) * Other than this, this patch mostly move some code and add some parameters to URL * ../qa/koha-qa.pl -c 2 is OK passed QA Released in 3.10.0 |