N°8776, N°8623, N°8496, N°8445, N°8378, N°8040 & N°7755 (#769)

* N°8776 - Move Attachemnt above caselog in the UR form in the portal
* N°8623 - French dictionaries, fix missing entries
* N°8496 - Add tooltips on Known Error class
* N°8445 - Color "Priority" on Userrequest & Incident in ITIL
* N°8378 - Missing rights on incident for SuperUser
* N°8040 - FR dico replacing left "Statut" by "Etat"
* N°7755 - Add tto_time_spent and ttr_time_spent on standard datamodel
This commit is contained in:
Vincent Dumas
2025-11-14 09:33:48 +01:00
committed by GitHub
parent 58eae4dde3
commit fa8ecb956e
86 changed files with 622 additions and 351 deletions

View File

@@ -30,6 +30,6 @@ Dict::Add('FR FR', 'French', 'Français', [
//
Dict::Add('FR FR', 'French', 'Français', [
'Class:LogicalInterface/Attribute:org_id' => 'Org id~~',
'Class:LogicalInterface/Attribute:org_id+' => '~~',
'Class:LogicalInterface/Attribute:org_id' => 'Organisation',
'Class:LogicalInterface/Attribute:org_id+' => '',
]);