Bug 15859

Summary: Move some basic MARC editor controls into settings menu
Product: Koha Reporter: Owen Leonard <oleonard>
Component: CatalogingAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: brendan, hector.hecaxmmx, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/cataloguing/addbiblio.pl
Change sponsored?: --- Patch complexity: Medium patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on:    
Bug Blocks: 16205, 17194    
Attachments: Screenshot of the proposed change
Bug 15859 - Move some basic MARC editor controls into settings menu
[SIGNED-OFF]Bug 15859: Move some basic MARC editor controls into settings menu
Bug 15859: Move some basic MARC editor controls into settings menu

Description Owen Leonard 2016-02-19 13:51:08 UTC
Created attachment 48231 [details]
Screenshot of the proposed change

I think it would simplify the "basic" MARC editor a little to move some controls into a "Settings" menu similar to the one in the advanced editor. I propose that these items be included in the menu:

- Switch to advanced editor
- Show MARC tag documentation links
- Show tags
- Change framework
Comment 1 Owen Leonard 2016-02-19 14:06:18 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-02-19 15:00:44 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-02-22 11:49:22 UTC
Created attachment 48279 [details] [review]
Bug 15859: Move some basic MARC editor controls into settings menu

This patch moves the following options into a "Settings" menu inspired
by the one in the advanced editor:

- Switch to advanced editor
- Show MARC tag documentation links
- Show tags
- Change framework

To test, apply the patch and open a new or existing record in the
standard MARC editor.

- Test that the 'Switch to advanced editor' button option works.
- Test that the 'Show MARC tag documenation links' option works (and
  that your choice persists across sessions).
- Test that the initial settings for 'Show tags' respects the
  'hide_marc' system preference.
- Test that the 'Show tags' option works (and that your choice persists
  across sessions).
- Test that framework switching works correctly and that the menu
  correctly reflects your choice.
- Confirm that other toolbar functions work as expected, both in regular
  editing mode and Fast Cataloging.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as expected.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Brendan Gallagher 2016-02-24 03:25:02 UTC
Pushed to Master - Should be in the May 2016 Release.  Thanks!