mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Portal: Primary action on a ServiceSubcategory of the services catalog is now the creation of a new UserRequest. Previous one (Viewing details of the ServiceSubcategory) now becomes the secondary action.
SVN:trunk[4698]
This commit is contained in:
@@ -1090,7 +1090,6 @@
|
|||||||
<tooltip_att>description</tooltip_att>
|
<tooltip_att>description</tooltip_att>
|
||||||
<title>Class:ServiceSubcategory</title>
|
<title>Class:ServiceSubcategory</title>
|
||||||
<actions>
|
<actions>
|
||||||
<action id="view" xsi:type="view"/>
|
|
||||||
<action id="create_from_this" xsi:type="create_from_this">
|
<action id="create_from_this" xsi:type="create_from_this">
|
||||||
<!-- Can be either a class tag containing the class of the object to create, or a static method taking the origin object as a parameter and that will return a object of the desired class -->
|
<!-- Can be either a class tag containing the class of the object to create, or a static method taking the origin object as a parameter and that will return a object of the desired class -->
|
||||||
<!-- (eg. \Ticket::FromServiceSubcategory($oOrigin) that should return either a UserRequest or Incident regarding the request type) -->
|
<!-- (eg. \Ticket::FromServiceSubcategory($oOrigin) that should return either a UserRequest or Incident regarding the request type) -->
|
||||||
@@ -1106,6 +1105,7 @@
|
|||||||
<rule id="go-to-open-request-on-submit"/>
|
<rule id="go-to-open-request-on-submit"/>
|
||||||
</rules>
|
</rules>
|
||||||
</action>
|
</action>
|
||||||
|
<action id="view" xsi:type="view"/>
|
||||||
</actions>
|
</actions>
|
||||||
<levels/>
|
<levels/>
|
||||||
</level>
|
</level>
|
||||||
|
|||||||
Reference in New Issue
Block a user