[Koha-bugs] [Bug 26337] Remove unused authorities script should skip merge

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 06:34:09 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26337

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Results from running through the test plan.

Before patch applied
====================

perl misc/migration_tools/remove_unused_authorities.pl -t

  1706 authorities parsed
  493 can be deleted because unused
  1213 unchanged because used

perl misc/migration_tools/remove_unused_authorities.pl -c

  1706 authorities parsed
  493 deleted because unused
  1213 unchanged because used

After patch applied
===================

perl misc/migration_tools/remove_unused_authorities.pl -t

  1706 authorities parsed
  493 can be deleted because unused
  1213 unchanged because used

perl misc/migration_tools/remove_unused_authorities.pl -c

  1706 authorities parsed
  493 deleted because unused
  1213 unchanged because used

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list