Bug 15859 - Move some basic MARC editor controls into settings menu
Summary: Move some basic MARC editor controls into settings menu
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL: /cgi-bin/koha/cataloguing/addbiblio.pl
Keywords:
Depends on:
Blocks: 16205 17194
  Show dependency treegraph
 
Reported: 2016-02-19 13:51 UTC by Owen Leonard
Modified: 2017-12-07 22:16 UTC (History)
3 users (show)

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


Attachments
Screenshot of the proposed change (76.04 KB, image/png)
2016-02-19 13:51 UTC, Owen Leonard
Details
Bug 15859 - Move some basic MARC editor controls into settings menu (11.30 KB, patch)
2016-02-19 14:06 UTC, Owen Leonard
Details | Diff | Splinter Review
[SIGNED-OFF]Bug 15859: Move some basic MARC editor controls into settings menu (11.35 KB, patch)
2016-02-19 15:00 UTC, Héctor Eduardo Castro Avalos
Details | Diff | Splinter Review
Bug 15859: Move some basic MARC editor controls into settings menu (11.41 KB, patch)
2016-02-22 11:49 UTC, Jonathan Druart
Details | Diff | Splinter Review

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