Bug 18192

Summary: Add form for fast changes to tab/visibility in marc frameworks
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, marjorie.barry-vila, veron
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11074
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Marcel de Rooy 2017-03-01 15:17:24 UTC
It would be nice to have a form where we can quickly change tab/visibility (especially the last one) for a larger number of fields and subfields in a particular framework.

Often you want to hide a (sub)field and set tab to -1.
Or unhide a (sub)field by restoring tab and setting hidden to 0 (or possibly another value).

In order to select fields we could use constructions like:
100|110a|200|300abc etc.
Or regexp based: /^1|^20|300[ab]|500a/ etc.
And all fields selected, perform a hide or unhide operation.

Do you have suggestions about its interface?