Bugzilla – Attachment 82005 Details for
Bug 21706
Editing subfields in authority frameworks is broken (TT filter)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21706: (follow-up) remove unused template params
Bug-21706-follow-up-remove-unused-template-params.patch (text/plain), 2.62 KB, created by
Josef Moravec
on 2018-11-06 20:12:23 UTC
(
hide
)
Description:
Bug 21706: (follow-up) remove unused template params
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-11-06 20:12:23 UTC
Size:
2.62 KB
patch
obsolete
>From dd0df30df475e7d93721c4638b0931f02b43250f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 29 Oct 2018 10:51:39 -0300 >Subject: [PATCH] Bug 21706: (follow-up) remove unused template params > >The original patch removed the need to add URLs to the template >variables. This patch removes that in the controller. > >Bonus: fixes 'html' filter in URL replacing it by 'uri'. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > admin/auth_tag_structure.pl | 3 --- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt | 2 +- > 2 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/admin/auth_tag_structure.pl b/admin/auth_tag_structure.pl >index 121e04f..3912da7 100755 >--- a/admin/auth_tag_structure.pl >+++ b/admin/auth_tag_structure.pl >@@ -197,9 +197,6 @@ if ($op eq 'add_form') { > $row_data{repeatable} = $results->[$i]{'repeatable'}; > $row_data{mandatory} = $results->[$i]{'mandatory'}; > $row_data{authorised_value} = $results->[$i]{'authorised_value'}; >- $row_data{subfield_link} = "auth_subfields_structure.pl?tagfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; >- $row_data{edit} = "$script_name?op=add_form&searchfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; >- $row_data{delete} = "$script_name?op=delete_confirm&searchfield=" . $results->[$i]{'tagfield'} . "&authtypecode=" . $authtypecode; > push(@loop_data, \%row_data); > } > $template->param(loop => \@loop_data, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >index 25872c6..76f75d5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >@@ -170,7 +170,7 @@ > [% IF ( else ) %] > > <div id="toolbar" class="btn-toolbar"> >- <div class="btn-group"><a class="btn btn-default btn-sm" id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=[% authtypecode | html %]"><i class="fa fa-plus"></i> New tag</a></div> >+ <div class="btn-group"><a class="btn btn-default btn-sm" id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=[% authtypecode | uri %]"><i class="fa fa-plus"></i> New tag</a></div> > </div> > > <h2>Select an authority framework</h2> >-- >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 21706
:
81500
|
81501
|
81506
|
81729
|
81765
|
81766
|
81767
|
81768
|
82004
|
82005
|
82006
|
82007
|
82245
|
82246
|
82247
|
82248