Bugzilla – Attachment 4208 Details for
Bug 6327
editing frameworks looses framework suggestion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-6327-Edit-subfield-links-broken.patch (text/plain), 1.53 KB, created by
Katrin Fischer
on 2011-05-20 20:16:00 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-05-20 20:16:00 UTC
Size:
1.53 KB
patch
obsolete
>From cbd930e1acfbf3ca8252be62d4dcae8288d54ab0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 20 May 2011 22:08:53 +0200 >Subject: [PATCH] Bug 6327: Edit subfield links broken >Content-Type: text/plain; charset="utf-8" > >TT issue. > >To test: >1) Administration > Bibliographic MARC Frameworks > Marc Structure (not Default) >2) Subfields (any field with subfields) >3) Edit link behind subfields will edit the default framework. Patch adds correct framework to URL. >--- > .../en/modules/admin/marc_subfields_structure.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index a65297b..1213711 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -206,7 +206,7 @@ > [% IF ( loo.link ) %] | Link:[% loo.link %],[% END %] > [% END %] > </td> >- <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% loo.frameworkcode %]#sub[% loo.tagsubfield %]field">Edit</a></td> >+ <td><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield %]&frameworkcode=[% frameworkcode %]#sub[% loo.tagsubfield %]field">Edit</a></td> > <td><a class="" href="[% loo.delete %]">Delete</a></td> > </tr> > [% END %] >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6327
:
4208
|
4244