Bugzilla – Attachment 35294 Details for
Bug 10241
Easy analyticals creates two 773 fields. Search/link from host to children is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10241 - Easy analyticals creates two 773 fields. Search/link from host to children is broken
Bug-10241---Easy-analyticals-creates-two-773-field.patch (text/plain), 1.79 KB, created by
Martin Renvoize (ashimema)
on 2015-01-15 09:49:44 UTC
(
hide
)
Description:
[PASSED QA] Bug 10241 - Easy analyticals creates two 773 fields. Search/link from host to children is broken
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2015-01-15 09:49:44 UTC
Size:
1.79 KB
patch
obsolete
>From d26c45ee880f2b0062a4b212421921d62429869d Mon Sep 17 00:00:00 2001 >From: Thomas <tomsStudy@gmail.com> >Date: Thu, 15 Jan 2015 01:43:28 +0000 >Subject: [PATCH] Bug 10241 - Easy analyticals creates two 773 fields. > Search/link from host to children is broken > >Hidden 'New child record' if 'EasyAnalytics' is set to display. > >Testing plan: > >-Turn on 'EasyAnalytics'. Check the drop down menu from the records page >*The drop down menu should include 'Analyze items' and not include 'New child record' > >-Turn off 'EasyAnalytics'. Again check the drop down menu from the records page >*The drop down menu should include 'New child record' and not inlucde 'Analyze items' > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index cf72265..97da6c3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -152,7 +152,7 @@ CAN_user_serials_create_subscription ) %] > [% IF ( EasyAnalyticalRecords && CAN_user_editcatalogue_edit_catalogue ) %] > <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&analyze=1">Analyze items</a></li> > [% END %] >- [% IF CAN_user_editcatalogue_edit_catalogue %] >+ [% IF CAN_user_editcatalogue_edit_catalogue && ! EasyAnalyticalRecords %] > <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?parentbiblionumber=[% biblionumber %]">New child record</a></li> > [% END %] > </ul> >-- >1.7.10.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 10241
:
35270
|
35284
| 35294