Bugzilla – Attachment 127256 Details for
Bug 29404
Add infinite scrolling to pickup location dropdowns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[DO NOT PUSH] Bug 29404: Helper script to generate pickup locations
DO-NOT-PUSH-Bug-29404-Helper-script-to-generate-pi.patch (text/plain), 902 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-11-03 13:45:51 UTC
(
hide
)
Description:
[DO NOT PUSH] Bug 29404: Helper script to generate pickup locations
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-11-03 13:45:51 UTC
Size:
902 bytes
patch
obsolete
>From 29161716cdfa1d235cfe1b22cf167b1cb8e5af4d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 3 Nov 2021 10:45:07 -0300 >Subject: [PATCH] [DO NOT PUSH] Bug 29404: Helper script to generate pickup > locations > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > generate_pickup_locations.pl | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 generate_pickup_locations.pl > >diff --git a/generate_pickup_locations.pl b/generate_pickup_locations.pl >new file mode 100644 >index 0000000000..f69971bf22 >--- /dev/null >+++ b/generate_pickup_locations.pl >@@ -0,0 +1,15 @@ >+use Modern::Perl; >+ >+use t::lib::TestBuilder; >+ >+my $builder = t::lib::TestBuilder->new; >+foreach ( 1..100 ) { >+ $builder->build_object( >+ { >+ class => 'Koha::Libraries', >+ value => { pickup_location => 1 } >+ } >+ ); >+} >+ >+1; >-- >2.32.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 29404
:
127255
| 127256 |
127262
|
127317