If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Possible bug: createCase in services/inboundEmail don't create case
Possible bug: createCase in services/inboundEmail don't create case
if the email subject matches preg_match('/\[#([0-9]+)[^0-9]*\]/', $email->get('name'), $m) and we don't have case with id $m[1] new case don't created.
I suppose it is more correct to create new case.