To test: Enable pseudonymization, may need to add bcrypt settings (see bug 28911) Perform some circulations View the jobs (Admin->Manage jobs) Filter for Pseudonymize statistic Note the progress is 0/1 even when job finished
Created attachment 189495 [details] [review] Bug 41238: Update progress for peseudonmyzation bacgkround jobs To test: Enable pseudonymization, may need to add bcrypt settings (see bug 28911) Perform some circulations View the jobs (Admin->Manage jobs) Filter for Pseudonymize statistic Note the progress is 0/1 even when job finished Apply patch, restart all Do more circulations Confirm jobs now say 1/1 complete
Created attachment 189496 [details] [review] Bug 41238: Update progress for peseudonmyzation bacgkround jobs To test: Enable pseudonymization, may need to add bcrypt settings (see bug 28911) Perform some circulations View the jobs (Admin->Manage jobs) Filter for Pseudonymize statistic Note the progress is 0/1 even when job finished Apply patch, restart all Do more circulations Confirm jobs now say 1/1 complete Signed-off-by: David Nind <david@davidnind.com>
Testing notes (using KTD): 1. Generate a password: htpasswd -bnBC 10 "" password | tr -d ':\n' | sed 's/$2y/$2a/' 2. Edit the koha-conf.xml file: sudo vi /etc/koha/sites/kohadev/koha-conf.xml 3. Add brypt_settings to the file near the end (before the closing </config> at the end of the file: <bcrypt_settings></bcrypt_settings> 4. Add the value generated in step 1 to the setting. 5. Restart everything: restart_all