mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°619 - Portal: Other allowed portals (eg. the administration console or other portal instances) can now be opened in the current window or a new tab. This is a new xml property of the portal instance.
SVN:trunk[4552]
This commit is contained in:
@@ -985,13 +985,19 @@
|
||||
<attachments>
|
||||
<allow_delete>true</allow_delete>
|
||||
</attachments>
|
||||
<allowed_portals>
|
||||
<!-- Defines how other portals -allowed for the current user- will be opened. "tab" for a new tab, "self" for the current window -->
|
||||
<opening_mode>tab</opening_mode>
|
||||
</allowed_portals>
|
||||
</properties>
|
||||
<bricks>
|
||||
<brick id="user-profile" xsi:type="Combodo\iTop\Portal\Brick\UserProfileBrick">
|
||||
<rank>
|
||||
<!-- Can be either a <default> tag for both home page and navigation menu or distinct <home> or/and <navigation_menu> tags-->
|
||||
<default>1</default>
|
||||
</rank>
|
||||
<title>
|
||||
<!-- Can be either a <default> tag for both home page and navigation menu or distinct <home> or/and <navigation_menu> tags-->
|
||||
<default>Brick:Portal:UserProfile:Navigation:Dropdown:MyProfil</default>
|
||||
</title>
|
||||
<decoration_class>
|
||||
@@ -1199,7 +1205,7 @@
|
||||
<forms>
|
||||
<form id="servicesubcategory">
|
||||
<class>ServiceSubcategory</class>
|
||||
<!-- Optionnal tag to list the fields -->
|
||||
<!-- Optionnal tag to list the fields. If empty only fields from <twig> tag will be displayed, if ommited fields from zlist details will. -->
|
||||
<fields />
|
||||
<!-- Optionnal tag to specify the form layout. Fields that are not positionned in the layout will be placed at the end of the form -->
|
||||
<twig>
|
||||
|
||||
Reference in New Issue
Block a user