I work in French but PredefinedNote not available in French probably because in dynamicListPredefinedText.php line 11 function have no translate. Solve temporarily
replace
$refTypeId=SqlList::getIdFromName('Textable', $refType);
by
$refTypeId=SqlList::getIdFromTranslatableName('Textable', $refType);
And secondly in Chrome it's not ok but IE it's OK
Thanks
Hi,
I don't understand your request.
Predefined notes are set as any other parameter (status, priority) or data.
You define them in the language you want, but they are not translated.
There is no different behavior depending on browser.
Maybe you should try to refresh your browser cache to be sure to get the lastest version of javascript files.
I have configure predefined notes in French as others parameters but when i want use predefined notes, not found the predefined notes for the object.
In the script, compare Activity and Activité and return '' instead the id it's because i have replace getIdFromName by getIdFromTranslatableName
I have refresh my browser cache and it's ok. Thanks
Issue confirmed.
Ticket #844