Bug 13891: DataTables server-side processing - Serial recipients
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 20 Mar 2015 12:53:35 +0000 (13:53 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 13:55:21 +0000 (10:55 -0300)
commita77a9a70a232c3b2839945638df0f73aa9610327
treef0442c8aab52f308dd352d58738c8f78bed6de4b
parent26393577676fba7ee9291efffed94dd3854e9d04
Bug 13891: DataTables server-side processing - Serial recipients

This second patch removes the previous way to search for serial recipients.

Test plan:
1/ Edit the routing list for a subscription (serials/routing.pl?subscriptionid=X)
2/ Add 1+ recipients
3/ Confirm there is no regression on the add/delete/search actions

QA note: This search does not use a clean way to interact with the
window opener. Indeed the opener is reloaded to display the new item.
This patch does not change this behavior, but note the trick in the
template (common/patron_search.tt) to wait for the opener in order not
to get a JS error.
This is also used by the next patch (patron card).

Tested together with other patches.
Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
admin/add_user_search.pl
koha-tmpl/intranet-tmpl/prog/en/modules/common/patron_search.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/tables/members_results.tt [new file with mode: 0644]
serials/add_user_search.pl [new file with mode: 0755]
serials/member-search.pl [deleted file]