https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29046
Caroline Cyr La Rose <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #8 from Caroline Cyr La Rose <[email protected]> --- I tested the new syspref and it works. 1. Add primary, secondary and alternate email addresses in a patron's account - Primary email = primary@... - Secondary email = secondary@... - Email, under Alternate address = alternate@... 2. Set EmailFieldPrimary to first valid 3. In the patron's account click More > Send welcome email 4. Check the message_queue, the to_address should be primary@... select to_address, message_transport_type, letter_code, time_queued from message_queue where date(time_queued) = curdate(); 5. Set EmailFieldPrecedence to emailpro|B_email|email 6. Repeat steps 3 and 4, the to_address should be secondary@... 7. Set EmailFieldPrecedence to B_email|email|emailpro 8. Repeat steps 3 and 4, the to_address should be alternate@... 9. Set EmailFieldPrecedence to email|emailpro|B_email 10. Remove the primary email from the patron's account 14. Repeat steps 3 and 4, the to_address should be secondary@... 15. Remove the secondary email from the patron's account 16. Repeat steps 3 and 4, the to_address should be alternate@... Try other orders in EmailFieldPrecedence and removing the emails in a different order. I added a link from EmailFieldPrimary to the new syspref and changed the link to reflect the changes in the dependant bug 33192... -- 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/
