Compare commits

...

3 Commits

Author SHA1 Message Date
v-dumas
2ca0b5934f N°9460 - rank collision 2026-08-13 15:29:52 +02:00
v-dumas
d08d0f32db N°9460 - typo in FR: 'Incidents filles' 2026-08-13 15:27:03 +02:00
v-dumas
7f4aaf0785 N°9460 - Ticket ITIL : Add Child Incidents tab on UserRequest 2026-08-13 10:47:30 +02:00
18 changed files with 47 additions and 3 deletions

View File

@@ -549,6 +549,13 @@
<count_min>0</count_min>
<count_max>0</count_max>
</field>
<field id="related_incident_list" xsi:type="AttributeLinkedSet">
<linked_class>Incident</linked_class>
<ext_key_to_me>parent_request_id</ext_key_to_me>
<edit_mode>add_remove</edit_mode>
<count_min>0</count_min>
<count_max>0</count_max>
</field>
<field id="public_log" xsi:type="AttributeCaseLog">
<sql>public_log</sql>
<default_value/>
@@ -1512,12 +1519,15 @@
<item id="contacts_list">
<rank>20</rank>
</item>
<item id="related_request_list">
<item id="workorders_list">
<rank>30</rank>
</item>
<item id="workorders_list">
<item id="related_request_list">
<rank>40</rank>
</item>
<item id="related_incident_list">
<rank>45</rank>
</item>
<item id="col:col1">
<rank>50</rank>
<items>

View File

@@ -217,6 +217,8 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Podřízené požadavky',
'Class:UserRequest/Attribute:related_request_list+' => 'Všechny požadavky spojené s tímto nadřízeným požadavkem',
'Class:UserRequest/Attribute:public_log' => 'Veřejný záznam',

View File

@@ -216,6 +216,8 @@ Dict::Add('DA DA', 'Danish', 'Dansk', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Afledte Anmodninger',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request~~',
'Class:UserRequest/Attribute:public_log' => 'Offentlig Log',

View File

@@ -216,6 +216,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent-Incident-Referenz',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Abgeleitete Incidents',
'Class:UserRequest/Attribute:related_incident_list+' => 'Alle Incidents, die mit dieser Benutzeranfrage verknüpft sind',
'Class:UserRequest/Attribute:related_request_list' => 'Abgeleitete Requests',
'Class:UserRequest/Attribute:related_request_list+' => 'Alle abgeleitete Anfragen, die mit dieser Benutzeranfrage verknüpft sind',
'Class:UserRequest/Attribute:public_log' => 'Öffentliches Log',

View File

@@ -212,6 +212,8 @@ Dict::Add('EN US', 'English', 'English', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request',
'Class:UserRequest/Attribute:related_request_list' => 'Child Requests',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request',
'Class:UserRequest/Attribute:public_log' => 'Public log',

View File

@@ -210,6 +210,8 @@ Dict::Add('EN GB', 'British English', 'British English', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Child Requests',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request',
'Class:UserRequest/Attribute:public_log' => 'Public log',

View File

@@ -213,8 +213,10 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'Class:UserRequest/Attribute:parent_change_ref+' => 'Ref. Cambio',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Ref. Inciente Padre',
'Class:UserRequest/Attribute:parent_incident_ref+' => 'Ref. Inciente Padre',
'Class:UserRequest/Attribute:related_incident_list' => 'Incidentes Relacionados',
'Class:UserRequest/Attribute:related_incident_list+' => 'Todos los incidentes que están vinculados a este requerimiento padre',
'Class:UserRequest/Attribute:related_request_list' => 'Requerimientos Hijo',
'Class:UserRequest/Attribute:related_request_list+' => 'Requerimientos Hijo',
'Class:UserRequest/Attribute:related_request_list+' => 'Todos los requerimientos que están vinculados a este requerimiento padre',
'Class:UserRequest/Attribute:public_log' => 'Bitácora Pública',
'Class:UserRequest/Attribute:public_log+' => 'Bitácora Pública',
'Class:UserRequest/Attribute:user_satisfaction' => 'Satisfacción del Usuario',

View File

@@ -217,6 +217,8 @@ Dict::Add('FR FR', 'French', 'Français', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Référence Incident parent',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Incidents fils',
'Class:UserRequest/Attribute:related_incident_list+' => 'Tous les incidents liés à cette requête parente',
'Class:UserRequest/Attribute:related_request_list' => 'Requêtes filles',
'Class:UserRequest/Attribute:related_request_list+' => 'Toutes les requêtes liées à cette requête parente',
'Class:UserRequest/Attribute:related_request_list/UI:Links:Create:Button+' => 'Créer une %4$s',

View File

@@ -215,6 +215,8 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
'Class:UserRequest/Attribute:parent_change_ref+' => '~~',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Referenciaszám.',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Kapcsolódó kérelmek',
'Class:UserRequest/Attribute:related_request_list+' => 'Ehhez a kérelemhez kapcsolódó kérelmek',
'Class:UserRequest/Attribute:public_log' => 'Nyilvános napló',

View File

@@ -215,6 +215,8 @@ Dict::Add('IT IT', 'Italian', 'Italiano', [
'Class:UserRequest/Attribute:parent_change_ref+' => '~~',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Riferimento incidente padre',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Richiesta figlia',
'Class:UserRequest/Attribute:related_request_list+' => 'Tutte le richieste legate a questa richiesta padre',
'Class:UserRequest/Attribute:public_log' => 'Log pubblico',

View File

@@ -215,6 +215,8 @@ Dict::Add('JA JP', 'Japanese', '日本語', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => '子要求',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request~~',
'Class:UserRequest/Attribute:public_log' => '公開ログ',

View File

@@ -216,6 +216,8 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Ref. hoofdincident',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Subverzoeken',
'Class:UserRequest/Attribute:related_request_list+' => 'Alle verzoeken die gerelateerd zijn aan dit hoofdverzoek',
'Class:UserRequest/Attribute:public_log' => 'Publieke log',

View File

@@ -215,6 +215,8 @@ Dict::Add('PL PL', 'Polish', 'Polski', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Powiązany źródłowy incydent',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Zależne zgłoszenia',
'Class:UserRequest/Attribute:related_request_list+' => 'Wszystkie zgłoszenia powiązane ze zgłoszeniem nadrzędnym',
'Class:UserRequest/Attribute:public_log' => 'Dziennik publiczny',

View File

@@ -215,6 +215,8 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Ref. incidente pai',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Subsolicitações',
'Class:UserRequest/Attribute:related_request_list+' => 'Todas as solicitações associadas à esta solicitação pai',
'Class:UserRequest/Attribute:public_log' => 'Log público',

View File

@@ -216,6 +216,8 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Родительский инцидент',
'Class:UserRequest/Attribute:parent_incident_ref+' => '',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Дочерние запросы',
'Class:UserRequest/Attribute:related_request_list+' => 'Дочерние запросы',
'Class:UserRequest/Attribute:public_log' => 'Общий журнал',

View File

@@ -215,6 +215,8 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', [
'Class:UserRequest/Attribute:parent_change_ref+' => '~~',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Podriadené požiadavky',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request~~',
'Class:UserRequest/Attribute:public_log' => 'Verejný záznam',

View File

@@ -215,6 +215,8 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', [
'Class:UserRequest/Attribute:parent_change_ref+' => '~~',
'Class:UserRequest/Attribute:parent_incident_ref' => 'Parent incident ref~~',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => 'Child Requests~~',
'Class:UserRequest/Attribute:related_request_list+' => 'All the requests that are linked to this parent request~~',
'Class:UserRequest/Attribute:public_log' => 'Public log~~',

View File

@@ -212,6 +212,8 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'Class:UserRequest/Attribute:parent_change_ref+' => '',
'Class:UserRequest/Attribute:parent_incident_ref' => '父级事件编号',
'Class:UserRequest/Attribute:parent_incident_ref+' => '~~',
'Class:UserRequest/Attribute:related_incident_list' => 'Child Incidents~~',
'Class:UserRequest/Attribute:related_incident_list+' => 'All the incidents that are linked to this parent request~~',
'Class:UserRequest/Attribute:related_request_list' => '子需求',
'Class:UserRequest/Attribute:related_request_list+' => '此父级需求相关的所有衍生需求',
'Class:UserRequest/Attribute:public_log' => '公共日志',