http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10276
--- Comment #44 from M. Tompsett <[email protected]> --- TEST PLAN (I used) ------------------- 1) Back up DB 2) Drop the koha database, create a blank one. 3) Apply the patch 4) Run the koha qa test tool: koha-qa.pl -v 2 -c 4 5) Do the web install from the staff client (everything less patrons and branches). 6) Run the test: prove -v t/db_dependent/Branch.t 7) Log into Koha staff client with system user 8) Create three branches: BRA, BRB, BRC 9) Create an independent group: AB 10) Make sure BRA and BRB are in AB, but BRC is not. 11) Create two users: staff with everything checked and not super librarian, and patron. Put them in BRB and BRA respectively. 12) Change IndependentBranches to 'Prevent' (turn it on). 12) Log out of system user 13) Log in as staff user. 14) Can staff user find both himself and the other patron? -- this should be true 15) view the other patron, and edit -- this should be allowed, since BRB and BRA are in the same group. 16) move the patron from BRA into BRB and click save. -- this should work. 17) view the other patron, and edit 18) This time, move the patron to BRC and click save. -- this should work. It's bad to do, but it should work. 19) Try to find the other patron. -- this should be possible now, because BRC is not in group. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
