Skip to:
Sometimes the heatmap module is not loaded correctly. The following error is printed to the browser log:
TypeError: $.widget is not a function[Learn More]
No heatmap is shown in this case.Reloading may or may not fix the issue afterwards.Probably initialization issue.
How to reproduce:Reload the page http://localhost:8980/opennms/heatmap/index.jsp until the error occurs.
Removed the Meridian and 18.0.4 release tag.
The error does not occur in foundation-2016 because the foundation's code is not using requirejs in the Heatmap yet.
Yes please
Should we fix this bug in foundation-2016 to be fixed in Merdian and all Horizon > 18.0.3 as well?
See https://github.com/OpenNMS/opennms/tree/foundation-2016/opennms-webapp/src/main/webapp/heatmap
Please review & merge:
PR: https://github.com/OpenNMS/opennms/pull/1257Bamboo: http://bamboo.internal.opennms.com:8085/browse/OPENNMS-ONMS1268
Sometimes the heatmap module is not loaded correctly. The following error is printed to the browser log:
No heatmap is shown in this case.
Reloading may or may not fix the issue afterwards.
Probably initialization issue.
How to reproduce:
Reload the page http://localhost:8980/opennms/heatmap/index.jsp until the error occurs.