Bug 17173: Quick jump to subfield edition form
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 23 Aug 2016 17:50:20 +0000 (18:50 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 15:12:59 +0000 (15:12 +0000)
commit430a64148207e7c390746060eb9ee31916185738
treee2f73c41e778bd27f01c015c7371ee5b203df8c5
parent1e17c92905143f6bc8cac38f00256541c7146fa3
Bug 17173: Quick jump to subfield edition form

There are too many clicks to jump to the edit form of a specific
subfield.

This patch adds a hidden feature (i.e. will not be polished or
documented).

When searching for a tag field from a marc framework structure, it's not
possible to search for a tag subfield to jump directly to the subfield
edition form.

Test plan:
On /admin/marctagstructure.pl?frameworkcode=FRAMEWORKCODE
Search for a subfield (952$d)
you will be redirected to the subfield edition form

There is no check if the subfield does not exist.

Followed test plan, works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
admin/marctagstructure.pl