m config/routes.rb
typo
m app/models/outgoing_message.rb
The generated Message-Id value uses the id of the OutgoingMessage, which is not assigned till the object is saved. So we need to save it before we send the message.
m app/views/admin_request/_incoming_message_actions.rhtml
If there’s a unique guess as to the correct info request an incoming message should be associated with, prepopulate the "move" form with it.
m commonlib
Upgrade commonlib