Bugzilla – Attachment 34516 Details for
Bug 13419
Add filters and server-side processing to the shelves list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13419: (follow-up) Add tests - remove existing shelves
Bug-13419-follow-up-Add-tests---remove-existing-sh.patch (text/plain), 862 bytes, created by
Jonathan Druart
on 2014-12-18 14:41:22 UTC
(
hide
)
Description:
Bug 13419: (follow-up) Add tests - remove existing shelves
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-18 14:41:22 UTC
Size:
862 bytes
patch
obsolete
>From 178987dfa1f6736d1b89d078c1a8d2926f7636c9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 18 Dec 2014 15:40:52 +0100 >Subject: [PATCH] Bug 13419: (follow-up) Add tests - remove existing shelves > >--- > t/db_dependent/Utils/Datatables_Virtualshelves.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Utils/Datatables_Virtualshelves.t b/t/db_dependent/Utils/Datatables_Virtualshelves.t >index c17c4b1..81766d7 100644 >--- a/t/db_dependent/Utils/Datatables_Virtualshelves.t >+++ b/t/db_dependent/Utils/Datatables_Virtualshelves.t >@@ -34,6 +34,8 @@ my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > >+$dbh->do(q|DELETE FROM virtualshelves|); >+ > # Pick a categorycode from the DB > my @categories = C4::Category->all; > my $categorycode = $categories[0]->categorycode; >-- >2.1.0
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 13419
:
34241
|
34242
|
34243
|
34504
|
34514
|
34515
|
34516
|
34517
|
34518
|
34577
|
34578
|
34579
|
34580
|
38188
|
38189
|
38190
|
38191
|
38193
|
38194
|
38195
|
38196
|
38347
|
38355