Subject: | current git snapshot does not work with non-latin1 CF names |
Date: | Mon, 13 Apr 2015 20:39:19 +0300 |
To: | bug-RT-Extension-MandatoryOnTransition [...] rt.cpan.org |
From: | Max Kosmach <max [...] tcen.ru> |
Hi
Current RT-Extension-MandatoryOnTransition git snapshot does not work
with non-latin1 CF names.
First example - does not work
CF - 'Категория'
config:
Set( %MandatoryOnTransition,
'CRM' => {
'* -> resolved' => [ 'TimeWorked', 'CF.Категория', ],
},
);
second example - work ok
rename CF from 'Категория' to 'Category'
config:
Set( %MandatoryOnTransition,
'CRM' => {
'* -> resolved' => [ 'TimeWorked', 'CF.Category', ],
},
);
--
With best wishes,
Max