我正在使用 ICN 3.0.3 IF7。我有一个自定义插件,当我最初将它配置到 ICN 时,它会将以下错误写入控制台。
插件本身一旦配置就可以正常工作。
Uncaught TypeError: cls is not a constructor
at Object.eval (ecm/widget/layout/AdminPane.js:9845)
at dojo.js.jgz:22442
at runFactory (dojo.js.jgz:611)
at execModule (dojo.js.jgz:691)
at dojo.js.jgz:397
at guardCheckComplete (dojo.js.jgz:699)
at contextRequire (dojo.js.jgz:396)
at req (dojo.js.jgz:32)
at Object._displayPluginConfig (ecm/widget/layout/AdminPane.js:9844)
at Object._pluginRequestCompleted (ecm/widget/layout/AdminPane.js:9759)
此外,一旦配置完成,我就无法像获得包含的 AFP 查看器插件那样获得它的详细信息:
Name: AFP Viewer
Version: 2.0.3.5
Repository types: None
Actions: None
Open Actions: None
Viewers: AFP Viewer
Features: None
Layouts: None
插件结构似乎有问题,但不会影响其运行能力。我很担心,因为我只是不喜欢看到错误。有没有人见过这个?