See this forum thread:
https://forum.inductiveautomation.com/t/unable-to-drag-and-drop-svg-elements-into-designer-after-installing-modl/109889/3?u=paul-griffith
I think either the module's minimum Ignition version needs to be bumped or we need to comment out/change the import used in the gateway hook override:
|
@Override |
|
public void onMountedResourceRequest(String resourcePath, HttpServletResponse response) { |
|
super.onMountedResourceRequest(resourcePath, response); |
|
} |