Bugzilla – Attachment 119296 Details for
Bug 20388
Ability to add search fields from UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Issue #6 - Restore continue, skip and abort
Issue6---Restore-continue-skip-and-abort.patch (text/plain), 839 bytes, created by
Gérard Simon Voyer
on 2021-04-07 14:01:23 UTC
(
hide
)
Description:
Issue #6 - Restore continue, skip and abort
Filename:
MIME Type:
Creator:
Gérard Simon Voyer
Created:
2021-04-07 14:01:23 UTC
Size:
839 bytes
patch
obsolete
>From b9302a38b620c82c41834944f3adb49e8de7da9d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@gmail.com> >Date: Fri, 14 Aug 2020 14:04:03 +0200 >Subject: [PATCH] =?UTF-8?q?Issue=C2=A0#6=20-=20Restore=20continue,=20skip?= > =?UTF-8?q?=20and=20abort?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >https://bugs.koha-community.org/show_bug.cgi?id=20388 >--- > git-bz | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/git-bz b/git-bz >index de626c0..fd95b36 100755 >--- a/git-bz >+++ b/git-bz >@@ -2701,6 +2701,9 @@ if command == 'add-url': > do_add_url(*args) > elif command == 'apply': > bugs_applied = [] >+ if not args: >+ # continue, skip or abort >+ do_apply(*args) > for bug_ref in args: > if bug_ref in bugs_applied: > continue >-- >2.11.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 20388
:
73158
|
73165
|
73167
|
73476
|
73626
|
73627
|
73629
|
73681
|
73682
|
73918
|
73919
|
73940
|
73943
|
73944
|
73945
|
73946
|
74261
|
74718
|
74719
|
78658
|
78659
|
80709
|
86912
|
87196
|
87197
|
87198
|
87199
|
87201
|
87202
|
87203
|
87204
|
88075
|
88079
|
88080
|
88081
|
88082
|
88083
|
89117
|
89118
|
89121
|
89733
|
89894
|
90517
|
90518
|
90519
|
90520
|
90521
|
90522
|
90523
|
90524
|
98011
|
98012
|
98013
|
98014
|
98015
|
98016
|
98017
|
98018
|
99960
|
99961
|
99962
|
99963
|
99964
|
99965
|
99966
|
99967
|
119296
|
119317
|
119318
|
120104
|
163449
|
163450
|
163451
|
163452
|
163460
|
163461
|
163462
|
163463
|
164529
|
164530
|
164531
|
164532
|
164533
|
164534
|
164535
|
164789
|
164790
|
164791
|
164792
|
164793