mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
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:
@@ -142,15 +142,35 @@
|
||||
<values>
|
||||
<value id="1">
|
||||
<code>1</code>
|
||||
<style>
|
||||
<main_color>$ibo-color-danger-700</main_color>
|
||||
<complementary_color>$ibo-color-white-100</complementary_color>
|
||||
<decoration_classes>fas fa-fire</decoration_classes>
|
||||
</style>
|
||||
</value>
|
||||
<value id="2">
|
||||
<code>2</code>
|
||||
<style>
|
||||
<main_color>$ibo-color-warning-700</main_color>
|
||||
<complementary_color>$ibo-color-white-100</complementary_color>
|
||||
<decoration_classes/>
|
||||
</style>
|
||||
</value>
|
||||
<value id="3">
|
||||
<code>3</code>
|
||||
<style>
|
||||
<main_color>$ibo-color-information-700</main_color>
|
||||
<complementary_color>$ibo-color-white-100</complementary_color>
|
||||
<decoration_classes/>
|
||||
</style>
|
||||
</value>
|
||||
<value id="4">
|
||||
<code>4</code>
|
||||
<style>
|
||||
<main_color>$ibo-color-grey-700</main_color>
|
||||
<complementary_color>$ibo-color-white-100</complementary_color>
|
||||
<decoration_classes/>
|
||||
</style>
|
||||
</value>
|
||||
</values>
|
||||
<dependencies>
|
||||
@@ -363,6 +383,10 @@
|
||||
<target_attcode>tto</target_attcode>
|
||||
<item_code>100_overrun</item_code>
|
||||
</field>
|
||||
<field id="tto_time_spent" xsi:type="AttributeSubItem">
|
||||
<target_attcode>tto</target_attcode>
|
||||
<item_code>timespent</item_code>
|
||||
</field>
|
||||
<field id="ttr_escalation_deadline" xsi:type="AttributeSubItem">
|
||||
<target_attcode>ttr</target_attcode>
|
||||
<item_code>100_deadline</item_code>
|
||||
@@ -375,6 +399,10 @@
|
||||
<target_attcode>ttr</target_attcode>
|
||||
<item_code>100_overrun</item_code>
|
||||
</field>
|
||||
<field id="ttr_time_spent" xsi:type="AttributeSubItem">
|
||||
<target_attcode>ttr</target_attcode>
|
||||
<item_code>timespent</item_code>
|
||||
</field>
|
||||
<field id="time_spent" xsi:type="AttributeDuration">
|
||||
<sql>time_spent</sql>
|
||||
<default_value/>
|
||||
|
||||
Reference in New Issue
Block a user