]> git.koha-community.org Git - koha.git/commit
Bug 18931: Add a "data corrupted" section on the about page - MySQL AI
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Jul 2017 18:52:19 +0000 (15:52 -0300)
committerMason James <mtj@kohaaloha.com>
Wed, 26 Jul 2017 03:14:53 +0000 (15:14 +1200)
commite28f8d41333d063a28373390fcb61849170be39f
tree1f66e7ead8a66d595db2315c99b19ca8dcc29f17
parent979bc2e6fa93f4080f23386a468996ae940ef760
Bug 18931: Add a "data corrupted" section on the about page - MySQL AI

See the following wiki page for more information
https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix

Test plan:
Create (at least) a patron, a checkout, a biblio and a hold
Then fill the old_* or deleted* tables with:
 INSERT INTO deletedborrowers SELECT * from borrowers WHERE  borrowernumber=XXX;
 INSERT INTO deletedbiblio SELECT * from biblio WHERE biblionumber=XXX;
 INSERT INTO old_issues SELECT * from issues WHERE issue_id=XXX;
 INSERT INTO old_reserves SELECT * from reserves WHERE reserve_id=XXX;

Go to the about page, 'System information' tab. You should see a new
"Data problems" section with the list of the ids that are wrong

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Mason James <mtj@kohaaloha.com>
about.pl
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt