mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
#1281 : Service catalog brick had 2 hardcoded headers ("Service" and "Sous-Service")
SVN:trunk[4330]
This commit is contained in:
@@ -1052,7 +1052,7 @@
|
||||
<!-- Description text from attribute of above class [from the OQL] -->
|
||||
<tooltip_att>description</tooltip_att>
|
||||
<!-- Title of the level, will be display in lists and others browse modes -->
|
||||
<title>Service</title>
|
||||
<title>Class:Service</title>
|
||||
<!-- Optional tag to add attributes to the table by their code, can be specified for each level -->
|
||||
<!-- <fields /> -->
|
||||
<!-- Can be empty on intermediate levels, default is drilldown -->
|
||||
@@ -1066,7 +1066,7 @@
|
||||
<parent_att>service_id</parent_att>
|
||||
<name_att/>
|
||||
<tooltip_att>description</tooltip_att>
|
||||
<title>Sous-Service</title>
|
||||
<title>Class:ServiceSubcategory</title>
|
||||
<actions>
|
||||
<action id="view" xsi:type="view"/>
|
||||
<action id="create_from_this" xsi:type="create_from_this">
|
||||
|
||||
Reference in New Issue
Block a user