Bugzilla – Attachment 4229 Details for
Bug 5658
can't delete subfields in frameworks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-5658-Can-t-delete-subfields-in-Framework.patch (text/plain), 1.21 KB, created by
Frédéric Demians
on 2011-05-23 12:12:28 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-05-23 12:12:28 UTC
Size:
1.21 KB
patch
obsolete
>From 3cb102008fde78ad4a5b87753f06260a1fbe36e2 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Mon, 23 May 2011 14:18:42 +0200 >Subject: [PATCH] Bug 5658 Can't delete subfields in Framework > >A 'delete' parameter was needed by template in order to build a deletetion URL. >This parameter disappeared for whatever reason. This patch reintroduce it. >--- > admin/marc_subfields_structure.pl | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl >index 0049376..d1f1cf2 100755 >--- a/admin/marc_subfields_structure.pl >+++ b/admin/marc_subfields_structure.pl >@@ -547,6 +547,10 @@ else { # DEFAULT > $row_data{hidden} = $results->[$i]{'hidden'}; > $row_data{isurl} = $results->[$i]{'isurl'}; > $row_data{link} = $results->[$i]{'link'}; >+ $row_data{delete} = >+ "$script_name?op=delete_confirm&tagfield=$tagfield&tagsubfield=" >+ . $results->[$i]{'tagsubfield'} >+ . "&frameworkcode=$frameworkcode"; > > if ( $row_data{tab} eq -1 ) { > $row_data{subfield_ignored} = 1; >-- >1.7.5.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 5658
:
4229
|
4230
|
4233