Jumoo / uSync.Complete.Issues

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

Can't Export content #59

Closed deMD closed 3 years ago

deMD commented 3 years ago

When trying to use the Exporter with a custom handlerset to export content and media a .bin file with a filesize of 0bytes is created instead of a .usync file. Additonally no content or media is exported when selecting f.e. mediatypes and media export.

To Reproduce

  1. Add the Exporter option to usync.config: ` Exporter

    `

  2. Copy the default handlerset and name the copy 'exporter'
  3. Try to export content

Expected is a .usync file being created with the content in it, the result however is a .bin file of 0bytes in size.

image

OS: Windows 10 Browser: Firefox 81.0 (64-bit) Version: Umbraco 8.6.2 Usync Complete 8.7.0.1

KevinJump commented 3 years ago

there was a rouge 'default' setting still in the code, so despite showing you the list of handlers from the correct group the exporter was still attempting to export using the default set and failing.

fixed in 8.7.0.2 release