mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
Fix datamodel Navigation rules and module parameters
This commit is contained in:
@@ -141,6 +141,17 @@
|
||||
</form>
|
||||
</brick>
|
||||
</bricks>
|
||||
<navigation_rules>
|
||||
<!-- Close form (either the modal or the whole page) -->
|
||||
<navigation_rule id="close-form" xsi:type="close" _delta="define"/>
|
||||
<!-- Go to the homepage -->
|
||||
<navigation_rule id="go-to-homepage" xsi:type="go-to-homepage" _delta="define"/>
|
||||
</navigation_rules>
|
||||
</module_design>
|
||||
</module_designs>
|
||||
<module_parameters>
|
||||
<parameters id="itop-portal" _delta="define">
|
||||
<lazy_loading_threshold>500</lazy_loading_threshold><!-- Will be placed in the conf/<env>/config-itop.php file under the itop-portal module's settings -->
|
||||
</parameters>
|
||||
</module_parameters>
|
||||
</itop_design>
|
||||
|
||||
@@ -1275,10 +1275,6 @@
|
||||
</action_rule>
|
||||
</action_rules>
|
||||
<navigation_rules>
|
||||
<!-- Close form (either the modal or the whole page) -->
|
||||
<navigation_rule id="close-form" xsi:type="close" _delta="define"/>
|
||||
<!-- Go to the homepage -->
|
||||
<navigation_rule id="go-to-homepage" xsi:type="go-to-homepage" _delta="define"/>
|
||||
<!-- Open a manage brick (simple method) -->
|
||||
<navigation_rule id="go-to-open-requests" xsi:type="go-to-manage-brick" _delta="define">
|
||||
<!-- Mandatory, ID of the ManageBrick to go to -->
|
||||
@@ -1313,9 +1309,4 @@
|
||||
</navigation_rules>
|
||||
</module_design>
|
||||
</module_designs>
|
||||
<module_parameters>
|
||||
<parameters id="itop-portal" _delta="define">
|
||||
<lazy_loading_threshold>500</lazy_loading_threshold><!-- Will be placed in the conf/<env>/config-itop.php file under the itop-portal module's settings -->
|
||||
</parameters>
|
||||
</module_parameters>
|
||||
</itop_design>
|
||||
|
||||
Reference in New Issue
Block a user