Bug 5546

Summary: Ability to hide MARC documentation links
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: CatalogingAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris, frederic.durand, koha.sekjal, matthias.meusburger
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 6257    
Bug Blocks:    
Attachments: Add sysprefs and use then to hide MARC docs stuff
Javascript-driven version - cookies missing yet
Initial patch / cookies enabled
Cleanup, simplify, by Owen Leonard
Purge initial file

Description Tomás Cohen Arazi 2010-12-28 13:39:54 UTC
We should add a syspref to control the visibility of the MARC documentation links on the cataloguing interface.
Comment 1 Tomás Cohen Arazi 2010-12-28 14:50:12 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2010-12-28 15:01:32 UTC
We could also include a checkbox somewhere onscreen which controlled via JavaScript whether the documentation links appeared:

[ ] Show MARC tag documentation links

Then the option could be there for users who wanted it. The choice could be saved in a cookie.
Comment 3 Tomás Cohen Arazi 2010-12-28 15:39:50 UTC
Hoho, spanish-speaking mixes things up. hahaha
Comment 4 Tomás Cohen Arazi 2010-12-30 14:06:52 UTC Comment hidden (obsolete)
Comment 5 MJ Ray (software.coop) 2011-01-11 12:57:47 UTC
This bug is mentioned in:
[Bug 5546] syspref to hide MARC	documentation links http://lists.koha-community.org/pipermail/koha-patches/2010-December/013463.html
[Bug 5546] javascript version - cookies	handling missing yet http://lists.koha-community.org/pipermail/koha-patches/2010-December/013469.html
[Bug 5546] javascript version - cookies	handling missing yet http://lists.koha-community.org/pipermail/koha-patches/2010-December/013470.html
[Bug 5546] javascript version - cookies	handling missing yet http://lists.koha-community.org/pipermail/koha-patches/2010-December/013471.html
Comment 6 Tomás Cohen Arazi 2011-03-01 14:14:18 UTC Comment hidden (obsolete)
Comment 7 Tomás Cohen Arazi 2011-03-09 18:37:18 UTC
Created attachment 3275 [details] [review]
Cleanup, simplify, by Owen Leonard
Comment 8 Jonathan Druart 2011-04-04 13:03:38 UTC
Created attachment 3623 [details] [review]
Purge initial file

Original patch does not apply. Caused by existing modification.
Comment 9 Frederic Durand 2011-04-04 13:46:53 UTC
Checkbox on biblio notice appears correctly, well saved in cookie, refreshing the web page keep choice we did.
Comment 10 Tomás Cohen Arazi 2011-04-04 17:43:10 UTC
It is worth checking cookies work on a per-borrowernumber basis. It works here.
Comment 11 Chris Cormack 2011-04-05 03:12:58 UTC
Signed off patch not on mailing list or attached
Comment 12 MJ Ray (software.coop) 2011-04-09 09:25:34 UTC
This bug is mentioned in:
[Bug 5546] Javascript driven ability to hide	MARC documentation links http://lists.koha-community.org/pipermail/koha-patches/2011-March/013954.html
[Bug 5546] Follow-up / fixes http://lists.koha-community.org/pipermail/koha-patches/2011-March/014016.html
Comment 13 Chris Cormack 2011-04-10 07:28:33 UTC
Pushed please test
Comment 14 Matthias Meusburger 2011-07-08 10:13:59 UTC
Works for me.