Forum

Version 2.6.1 :Bugs...
 
Notifications
Retirer tout

Version 2.6.1 :Bugs with Predefined Note

4 Posts
2 Utilisateurs
0 Reactions
3,819 Vu
(@fdoucet)
Posts: 23
Active Member
Début du sujet
 
[#743]

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


 
Posté : 22 Oct PM 12:1010
(@babynus)
Posts: 14952
Membre Admin
 

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.


 
Posté : 22 Oct PM 20:1010
(@fdoucet)
Posts: 23
Active Member
Début du sujet
 

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


 
Posté : 23 Oct AM 10:1010
(@babynus)
Posts: 14952
Membre Admin
 

Issue confirmed.
Ticket #844


 
Posté : 23 Oct PM 20:1010
Share:
Retour en haut