https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37598

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #33 from David Nind <[email protected]> ---
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 ([email protected])
   - Secondary email = emailpro ([email protected])
   - Alternate address - Email = B_email ([email protected])

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 = [email protected] (B_email) (not as expected, should have
been
     emailpro ([email protected]) as it comes before B_email in
EmailFieldPrecedence)
   - cc_address = [email protected],[email protected] (as expected)

5. With:
   - EmailFieldPrimary set to [All selected]
   - EmailRecipientField set to Copy (CC)
   Result = 
     . to_address: [email protected] (not as expected, should have 
       been email ([email protected]) as this is first in
EmailFieldPrecedence)
     . cc_address:
[email protected],[email protected],[email protected]
       (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.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to