Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

ImportComplete event has NULL item when pulling #127

Open patrickdemooij9 opened 3 years ago

patrickdemooij9 commented 3 years ago

Describe the bug I am currently implementing some code that triggers on ImportComplete. However, I see that the item on the action is NULL. The itemType and the key are filled though.

Is this correct behaviour?

Version (please complete the following information): uSync v8.9.7, Content Edition (v8.9.7), Snapshots (v8.10.3), Exporter (v8.10.3), PeopleEdition (v8.10.3), Publisher (v8.10.3), Complete (v8.10.3)

To Reproduce Steps to reproduce the behavior:

  1. Write a component that listens to the uSyncService.ImportComplete event.
  2. Attach a breakpoint for the event listener.
  3. Pull some content from the server based on an already existing item.

Expected behavior I expect the item to be filled by the item that was just imported.