Bugzilla – Attachment 6295 Details for
Bug 7207
Cannot export label batches in IE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed off] Bug 7207 - Reverting a portion of commit 607b5449bd5cb which breaks the label export script.
Signed-off-Bug-7207---Reverting-a-portion-of-commi.patch (text/plain), 1.44 KB, created by
Liz Rea
on 2011-11-11 18:18:28 UTC
(
hide
)
Description:
[Signed off] Bug 7207 - Reverting a portion of commit 607b5449bd5cb which breaks the label export script.
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-11-11 18:18:28 UTC
Size:
1.44 KB
patch
obsolete
>From 0966801d58095a83605a280db7092cd8e238f309 Mon Sep 17 00:00:00 2001 >From: Chris Nighswonger <cnighswonger@foundations.edu> >Date: Wed, 9 Nov 2011 14:51:01 -0500 >Subject: [PATCH] [Signed off] Bug 7207 - Reverting a portion of commit 607b5449bd5cb which breaks the label export script. >Content-Type: text/plain; charset="utf-8" > >squashed chris_n's two patches. Label export works again. > >Don't change $_ in a list context > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > labels/label-print.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/labels/label-print.pl b/labels/label-print.pl >index 5da731b..ce99959 100755 >--- a/labels/label-print.pl >+++ b/labels/label-print.pl >@@ -112,8 +112,8 @@ elsif ($op eq 'none') { > # setup select menus for selecting layout and template for this run... > $referer = $ENV{'HTTP_REFERER'}; > $referer =~ s/^.*?:\/\/.*?(\/.*)$/$1/m; >- @batch_ids = grep{my $id = $_; $id = {batch_id => $id}} @batch_ids; >- @label_ids = grep{my $id = $_; $id = {label_id => $id}} @label_ids; >+ @batch_ids = map{{batch_id => $_}} @batch_ids; >+ @label_ids = map{{label_id => $_}} @label_ids; > @item_numbers = grep{my $number=$_; $number = {item_number => $number}} @item_numbers; > $templates = get_all_templates(field_list => 'template_id, template_code', filter => 'creator = "Labels"'); > $layouts = get_all_layouts(field_list => 'layout_id, layout_name', filter => 'creator = "Labels"'); >-- >1.7.2.5
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 7207
:
6295
|
6307
|
6313