https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37598 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #33 from David Nind <david@davidnind.com> --- I've Failed QA, as the tests are failing for me. Apologies for taking so long to re-test. Am also having trouble getting this to work as expected, I can't get the To address to follow EmailFieldPrecedence when CC and BCC are used for EmailRecipientField: 1. Email addresses: - Primary email = email (david.nind@gmail.com) - Secondary email = emailpro (david@davidnind.com) - Alternate address - Email = B_email (davidnind@yahoo.co.nz) 2. Settings: - EmailFieldPrecedence: email|emailpro|B_email - EmailFieldPrimary: selected addresses 3. With only one option selected for EmailFieldSelection and Copy (CC) set for EmailRecipientField, things work as expected: - alternate email: to_address and cc_address use B_email (as expected, as only one selected and this should be used for both) - primary email: to_address and cc_address both use email (as expected) - secondary email: to_address and cc_address use emailpro (as expected) 4. Repeating step 3 with two addresses selected (alternative address (B_email) and secondary address (emailpro)) does not work as expected: - to_address = davidnind@yahoo.co.nz (B_email) (not as expected, should have been emailpro (david@davidnind.com) as it comes before B_email in EmailFieldPrecedence) - cc_address = davidnind@yahoo.co.nz,david@davidnind.com (as expected) 5. With: - EmailFieldPrimary set to [All selected] - EmailRecipientField set to Copy (CC) Result = . to_address: davidnind@yahoo.co.nz (not as expected, should have been email (david.nind@gmail.com) as this is first in EmailFieldPrecedence) . cc_address: davidnind@yahoo.co.nz,david.nind@gmail.com,david@davidnind.com (as expected) . So it is sending to B_email in the To address, when it should be email 6. I didn't test BCC at this stage. -- You are receiving this mail because: You are watching all bug changes.