Bug 18192 - Add form for fast changes to tab/visibility in marc frameworks
Summary: Add form for fast changes to tab/visibility in marc frameworks
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 15:17 UTC by Marcel de Rooy
Modified: 2023-09-10 13:06 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?