KevinJump/uSync-Legacy

No log or trace of import in V8.2

pcharb opened this issue · 1 comments

Hi, I've just updated from 8.0.1 to 8.2 and I can't see any log in the import or report.

Here are two screenshot of using doing and import and when done. Am I missing something?

usync while working

usync done

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"`