No log or trace of import in V8.2
pcharb opened this issue · 1 comments
pcharb commented
pcharb commented
Found out what it is.
During the install, in the file package.manifest Two script were missing
{
"javascript": [
"~/app_plugins/uSync8/backoffice/uSync8/uSyncDashboardController.js",
"~/app_plugins/uSync8/settings/settingsController.js",
"~/app_plugins/uSync8/settings/expansionController.js",
"~/app_plugins/uSync8/settings/uSyncController.js",
"~/app_plugins/uSync8/uSyncService.js",
"~/app_plugins/uSync8/uSyncHub.js",
"~/app_plugins/uSync8/changeDialogController.js"
],
"css": [
"~/app_plugins/uSync8/usync.css"
],
}
adding those two fixed it
`,
"~/app_plugins/uSync8/components/uSyncReportViewComponent.js",
"~/app_plugins/uSync8/components/uSyncProgressViewComponent.js"`