Bugzilla – Attachment 4244 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]
Signed off Patch
0001-Bug-6327-Edit-subfield-links-broken.patch (text/plain), 1.55 KB, created by
Chris Cormack
on 2011-05-24 07:55:15 UTC
(
hide
)
Description:
Signed off Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-05-24 07:55:15 UTC
Size:
1.55 KB
patch
obsolete
>From d551774d583471db0f9a714de91bc27a4bfef4c5 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: [Signed Off] [PATCH] Bug 6327: Edit subfield links broken > >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. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../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.2.2 >
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