Bugzilla – Attachment 106054 Details for
Bug 24152
Add the ability to purge pseudonymized data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24152: (QA follow-up) Add tests for alternative from and to pars
Bug-24152-QA-follow-up-Add-tests-for-alternative-f.patch (text/plain), 1.41 KB, created by
Marcel de Rooy
on 2020-06-19 08:06:00 UTC
(
hide
)
Description:
Bug 24152: (QA follow-up) Add tests for alternative from and to pars
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-06-19 08:06:00 UTC
Size:
1.41 KB
patch
obsolete
>From cf8bca9d1e584a49eea6ab8a7fa3326f2694e679 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 19 Jun 2020 07:59:50 +0000 >Subject: [PATCH] Bug 24152: (QA follow-up) Add tests for alternative from and > to pars >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > misc/cronjobs/cleanup_database.pl | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index c78a4027e0..891366c70d 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -209,6 +209,8 @@ unless ( $sessions > || $pOldReserves > || $pTransfers > || defined $pPseudoTransactions >+ || $pPseudoTransactionsFrom >+ || $pPseudoTransactionsTo > ) { > print "You did not specify any cleanup work for the script to do.\n\n"; > usage(1); >@@ -456,8 +458,8 @@ if ($pTransfers) { > print "Done with purging transfers.\n" if $verbose; > } > >-if (defined $pPseudoTransactions) { >- print "Purging pseudonymized transactions older than $pPseudoTransactions days.\n" if $verbose; >+if (defined $pPseudoTransactions or $pPseudoTransactionsFrom or $pPseudoTransactionsTo ) { >+ print "Purging pseudonymized transactions\n" if $verbose; > Koha::PseudonymizedTransactions->filter_by_last_update( > { > timestamp_column_name => 'datetime', >-- >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 24152
:
95977
|
95978
|
95979
|
97253
|
97254
|
97255
|
101297
|
101298
|
101299
|
105817
|
105818
|
105819
|
106051
|
106052
|
106053
| 106054 |
106196