Hi,
I'm facing the following problems in Send Email item.
The firts :
The type selected does not match with modified Element.
In my example, I try to create send email for ticket element, and the type should be like in screen 1,but the type are like in screen 2.
The second problem :
When i try to save configuration, I received the message in screen 3.
The third problem :
The indication of modified element is different between the upper part and detail elemnt in the lower part (See screen 4).
Thanks you for your support,
Frederic
Hi,
Issue identified and fixed.
Fix is to replace line 284 in tool/html.php from
sort($table);
to
asort($table);
Fix will be included in next version
(patch attached)
Hi,
We have applied the patch and it works fine now.
Thank you,
Frederic



