Comment 7 for bug 1777677

Revision history for this message
Kyle Huckins (khuckins) wrote :

Additional commit made with the sql upgrade file, and my latest attempt at fleshing the target patron's home org unit. It does flesh, as evidenced by the logger lines I've placed just after fleshing, however it seems to unflesh prior to the event firing, resulting in an error related to the bounced_emails library setting(attempting to pass in target.home_ou.id when target.home_ou is the unfleshed id). If "helpers.get_org_setting(target.home_ou.id, 'org.bounced_emails')" is removed from the from lines of the templates, the event will fire with an error state, though the output's is_error field will be false. None of the information relating to the library will be visible, and editing the template to show the value of [% lib %] will display the id.

This branch hasn't been updated to the latest master just yet, though Intend to do so before pushing the completed branch.