-
Bug
-
Resolution: Fixed
-
Minor
-
4.0 alpha
-
None
-
None
- Open a tool
- In your JS console, type :
Ametys.tool.ToolsManager.getFocusedTool().setTitle('A title...') - Note that the title is updated in the tab, but not in the tooltip.
- In your JS console, type :
Ametys.tool.ToolsManager.getFocusedTool().setDescription('A description...') - Note that the title is now updated in the tooltip. But the new description is not set in the tooltip.