mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Add comments in standard end-users portal XML
This commit is contained in:
@@ -1043,7 +1043,8 @@
|
||||
<!-- Can be either a fileref or a relative path to the file from /env-xxx (eg. itop-portal-base/mytemplate.html.twig) -->
|
||||
<!-- Available templates are id="layout|home" -->
|
||||
<templates/>
|
||||
<!-- Class used for generating objects view/edit urls (eg. in notifications) -->
|
||||
<!-- Class used for generating objects view/edit urls (eg. in linked sets). -->
|
||||
<!-- Note: Notification placeholders are NOT using this but the "DBObject::RegisterURLMakerClass(<PORTAL_ID>, <CLASS_NAME>)" declarations. -->
|
||||
<urlmaker_class>iTopPortalViewUrlMaker</urlmaker_class>
|
||||
<!-- An OQL query to determine which TriggerOnPortalUpdate to use within THIS instance of the portal. This is mostly needed to enable different triggers on several portal instances -->
|
||||
<!-- Note : ":parent_classes" parameter is a reserved name that will be used for the current object class name (and its ancestors) -->
|
||||
@@ -1248,6 +1249,8 @@
|
||||
<group id="opened">
|
||||
<rank>1</rank>
|
||||
<title>Brick:Portal:OngoingRequests:Tab:OnGoing</title>
|
||||
<!-- Optional. A string or dictionary entry to display under the page title for this tab -->
|
||||
<!-- <description>Brick:Portal:OngoingRequests:Tab:OnGoing+</description> -->
|
||||
<condition><![CDATA[SELECT Ticket AS T WHERE operational_status NOT IN ('closed', 'resolved')]]></condition>
|
||||
</group>
|
||||
<group id="resolved">
|
||||
|
||||
Reference in New Issue
Block a user