Bugzilla – Attachment 64951 Details for
Bug 18060
Add onboarding functionality to guide users through setting up labels for the first time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18060: Followup solving $layout error
Bug-18060-Followup-solving-layout-error.patch (text/plain), 1.11 KB, created by
Alex Buckley
on 2017-07-10 08:31:43 UTC
(
hide
)
Description:
Bug 18060: Followup solving $layout error
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-07-10 08:31:43 UTC
Size:
1.11 KB
patch
obsolete
>From fba498680a310860d433f7c78bde17a9e0b0f4be Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Sat, 8 Jul 2017 12:01:30 +0000 >Subject: [PATCH] Bug 18060: Followup solving $layout error > >--- > labels/label-home.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/labels/label-home.pl b/labels/label-home.pl >index 4c5645b..7908c74 100755 >--- a/labels/label-home.pl >+++ b/labels/label-home.pl >@@ -30,8 +30,10 @@ use C4::Creators::Layout; > use C4::Creators::Template; > use C4::Creators; > use C4::Labels; >+use C4::Labels::Layout; > > my $cgi = new CGI; >+my $layout = C4::Labels::Layout->new(); > my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { > template_name => "labels/label-home.tt", >@@ -46,7 +48,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > my $op = $cgi->param('op') || ''; > my $layout_id = $cgi->param('layout_id') || $cgi->param('element_id') || ''; > my $layout_choice = $cgi->param('layout_choice') || ''; >-my $layout = C4::Labels::Layout->new(); > > sub _set_selected { > my ($type_list, $object, $data_type) = @_; >-- >2.1.4
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 18060
:
63224
|
63225
|
63228
|
63229
|
63587
|
63588
|
63589
|
64733
|
64766
|
64951
|
67663