Skip to content

Minimal perspective component 8.1 example needs to be updated to account for Jetty 12 package paths #134

@paul-griffith

Description

@paul-griffith

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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions