Bugzilla – Attachment 174240 Details for
Bug 38394
Remove try/catch and say_failures for 24.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38394: Remove 3 'done'
Bug-38394-Remove-3-done.patch (text/plain), 1.79 KB, created by
Jonathan Druart
on 2024-11-07 14:31:17 UTC
(
hide
)
Description:
Bug 38394: Remove 3 'done'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-07 14:31:17 UTC
Size:
1.79 KB
patch
obsolete
>From aedb75b2ff009885659a77b0fe60e9b128f6bbaa Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Nov 2024 15:28:42 +0100 >Subject: [PATCH] Bug 38394: Remove 3 'done' > >We don't want that, and it's not consistent with the other outputs. >If we don't have anything useful to say, don't say anything. >--- > installer/data/mysql/db_revs/240600021.pl | 1 - > installer/data/mysql/db_revs/240600032.pl | 1 - > installer/data/mysql/db_revs/240600054.pl | 2 -- > 3 files changed, 4 deletions(-) > >diff --git a/installer/data/mysql/db_revs/240600021.pl b/installer/data/mysql/db_revs/240600021.pl >index 7e7d5679560..e55f8b94f66 100755 >--- a/installer/data/mysql/db_revs/240600021.pl >+++ b/installer/data/mysql/db_revs/240600021.pl >@@ -59,6 +59,5 @@ return { > say_info( $out, "Removed 'issuelimit' column from 'categories' table" ); > } > } >- say_info( $out, "Bug 35539: All done." ); > }, > }; >diff --git a/installer/data/mysql/db_revs/240600032.pl b/installer/data/mysql/db_revs/240600032.pl >index 469b1fa7302..706f12e7f76 100755 >--- a/installer/data/mysql/db_revs/240600032.pl >+++ b/installer/data/mysql/db_revs/240600032.pl >@@ -16,6 +16,5 @@ return { > ); > say_info( $out, "Added column 'service_platformerm_usage_data_providers'" ); > } >- say_success( $out, "Done" ); > }, > }; >diff --git a/installer/data/mysql/db_revs/240600054.pl b/installer/data/mysql/db_revs/240600054.pl >index 4de98de2cf3..546f2e6d589 100755 >--- a/installer/data/mysql/db_revs/240600054.pl >+++ b/installer/data/mysql/db_revs/240600054.pl >@@ -74,8 +74,6 @@ return { > $out, > $reports > ); >- } else { >- say_info( $out, "Finished database update." ); > } > > }, >-- >2.34.1
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 38394
:
174239
| 174240