Jumoo / uSync.Complete.Issues

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

Publishing media within folders #32

Closed sstottelaar closed 4 years ago

sstottelaar commented 4 years ago

Describe the bug When publishing a folder with child items (media files) in the media library, the items get published but not within the designated folder. Everything gets put in the root of the media library on the targeted server.

To Reproduce Steps to reproduce the behavior:

  1. Go to Media
  2. Create a new folder
  3. Upload some media files to the created folder
  4. Publish the folder to another server

Expected behavior The folder gets created on the targeted server and the media items are put in the folder.

Desktop (please complete the following information):

uSync:

KevinJump commented 4 years ago

Hi, you should try this with the latest releases uSync (8.6.1) we did some work around parent folders for content and media, so content should never go into the root. but even without this it should work.

If the new folder you create is beneath another folder that isn't on the target site, then without the 'include ancestors' setting ticked, the parent folder won't get sent over so there won't be a place to create it. (the later fixes warn you of this too).

n.b uSync 8.6.1 does work on lower versions of Umbraco (e.g v8.5)

sstottelaar commented 4 years ago

I can confirm that updating to the latest version as you mentioned fixed this issue! Thanks for the help.