[Bug 3266] New: The 'link' feature in MARC_framework is only for MARCDisplay
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Summary: The 'link' feature in MARC_framework is only for MARCDisplay Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Documentation AssignedTo: nicole.engard@liblime.com ReportedBy: tajoli@cilea.it Estimated Hours: 0.0 Change sponsored?: --- In the MARC_framework help for subfields there is this description of the 'link' field: link : If you enter a field/subfield here (200b), a little glass appears after the subfield. If the user click on the glass, a search is done on the DB for the field/subfield with the same value. Can be used for 2 main topic : on a field like author (200f in UNIMARC), put 200f here, you will be able to see all biblios with the same author on a field that is a link (4xx) to reach another biblio. For example, put 011a in 464$x, will find the serial that was previously with this issn. With the 4xx pligin, you get a powerful tool to manage biblios connected to biblio Reading this help it is clear that feature is present in MARC editor ('Add MARC Record' link). But it is not true. Checking the code, it appears that the 'link' function is only for setup a link in the intranet MARC view of a record. The patches that inseted this code are: tipaul 3/Jan/2005 10.48 http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=5aa60ee6671630d478c... tipaul, 3/Jan/2005 12.56 http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=b02dc10f6e44b46569b... So in fact there is an error in the help. This function is not for Marc editor. The error is present into HEAD, 3.0.1 and in those pages of manuals: http://koha.org/documentation/manual/3.0/administration/catalog-administrati... http://koha.org/documentation/manual/3.2/administration/catalog-administrati... -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |galen.charlton@liblime.com Priority|P5 |PATCH-Sent --- Comment #1 from Galen Charlton <galen.charlton@liblime.com> 2009-05-28 13:10:38 --- Pushed help patch to HEAD. Please test and close. As a future note, if you can preserve original whitespace when you edit the HTML help files, it will make it easier for patch reviewers to see what changed. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 --- Comment #2 from Zeno Tajoli <tajoli@cilea.it> 2009-05-29 08:44:17 --- Created an attachment (id=817) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=817) patch for bug 3266 into HEAD -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 --- Comment #3 from Zeno Tajoli <tajoli@cilea.it> 2009-05-29 08:50:35 --- I have redone the patch preserving whitespaces and newlines. I must to insert the patch here and not send it to patches@koha.org because it can'y send the patch from my pc with git. I receive this error: git send-email 0001-Fix-2-bug-3266-The-link-feature-in-MARC_framework.patch fatal: 0001-Fix-2-bug-3266-The-link-feature-in-MARC_framework.patch: 18: patch contains a line longer than 998 characters warning: no patches were sent In fact one line is longer than 998 chars but I can't change it !! The previous patch was done with javscript on-line editor. Good to edit your help on-line, not so good for the creation of the patch. I know that for translation very long line are a big problem -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 --- Comment #4 from Galen Charlton <galen.charlton@liblime.com> 2009-05-29 13:40:59 --- Pushed the follow up patch, thanks. Per bug 3272, I've adjusted the help editor settings so that if you edit help that way, the original HTML formatting and whitespace is preserved, making the resulting patches easier to read. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Nicole C. Engard <nicole.engard@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |beverly.church@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|HEAD |rel_3_0 --- Comment #5 from Zeno Tajoli <tajoli@cilea.it> 2009-08-13 13:52:37 --- I restrict this bug for version 3.0.x It was correct for version 3.1.x -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nengard@gmail.com |tajoli@cilea.it Status|ASSIGNED |NEW -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 --- Comment #6 from Zeno Tajoli <tajoli@cilea.it> 2009-08-13 14:05:39 --- I have send the patch for version 3.0.x to Henri-Damien Laurent with an attach as he asked -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3266 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com