mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 08:12:26 +02:00
N°1024 Portal: New portal instances can now be XML only (through ITSM Designer), no more need for a dedicated module !
SVN:trunk[4900]
This commit is contained in:
@@ -994,6 +994,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) -->
|
||||
<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) -->
|
||||
<triggers_query><![CDATA[SELECT TriggerOnPortalUpdate AS t WHERE t.target_class IN (:parent_classes)]]></triggers_query>
|
||||
|
||||
Reference in New Issue
Block a user