https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36027
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|search_for_data_inconsisten |search_for_data_inconsisten |cies.pl - make each section |cies.pl - add options so |optional |you can choose what checks | |to run Text to go in the|This enhancement updates |This enhancement updates release notes|the data inconsistencies |the data inconsistencies |script |script |(misc/maintenance/search_fo |(misc/maintenance/search_fo |r_data_inconsistencies.pl) |r_data_inconsistencies.pl) |so that you can optionally |so that you can now choose |run specific checks, rather |what checks to run, instead |than running all the checks |of running all the checks |at the same time. |at once (which can take a | |lot of time for larger |Examples: |libraries). |- Run all checks | |(no change): |Running the |misc/maintenance/search_for |script without any options |_data_inconsistencies.pl |now displays the help text, |- |instead of running all the |Run checks for item type |checks (for consistency |issues and patrons with an |with other scripts). To run |invalid age for their |all the checks at the same |category: |time, use the --check-all |misc/maintenance/search_for |option. |_data_inconsistencies.pl | |--check-status --check-age |Examples: |- Skip specific checks, but |- Run |run all the others: |all checks (--check-all): |misc/maintenance/search_for |misc/maintenance/search_for |_data_inconsistencies.pl |_data_inconsistencies.pl |--skip-status --skip-title |--check-all | |- Run checks |Use |for item type issues and |misc/maintenance/search_for |patrons with an invalid age |_data_inconsistencies.pl |for their patron category: |--help for all the check |misc/maintenance/search_for |and skip options. |_data_inconsistencies.pl | |--check-status --check-age | |- Skip specific checks, but | |run all the others: | |misc/maintenance/search_for | |_data_inconsistencies.pl | |--skip-status --skip-title | | | |Use | |misc/maintenance/search_for | |_data_inconsistencies.pl | |--help for all the check | |and skip options. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
