I created a new extension in itop 3.0.3 and I try to add a dashlet in my menu ConfigManagementOverview.
But, I have the error
Error loading module "my-extension": /itop_design/menus/menu[ConfigManagementOverview] at line 200: could not be modified (not found)
ConfigManagementOverview exists ! So I don't understand why I have this message
<menus>
</menus>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the "module.xxx.php" file of your extension, you'll need to have a dependency to the module in which ConfigManagementOverview is originally defined.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
I created a new extension in itop 3.0.3 and I try to add a dashlet in my menu ConfigManagementOverview.
But, I have the error
Error loading module "my-extension": /itop_design/menus/menu[ConfigManagementOverview] at line 200: could not be modified (not found)
ConfigManagementOverview exists ! So I don't understand why I have this message
<menus>
</menus>
In the "module.xxx.php" file of your extension, you'll need to have a dependency to the module in which ConfigManagementOverview is originally defined.
thanks ! it works
Last edit: i-Circo 2025-02-04
I still have a problem to add an icon in my dashlet. What is the syntax to add the icon ?
i tried this syntax :
Last edit: i-Circo 2025-02-04
I tried this code but without success.... it seems that since itop 3.0 it changes