Jumoo / uSync.Complete.Issues

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

uSync.Plublisher doesn't ignore the UseGuidName and UseFlat settings in the config. #99

Closed KevinJump closed 3 years ago

KevinJump commented 3 years ago

uSync.Publisher doesn't ignore the useGuidNames of useFlat settings in the usync8.config file when it initializes its handler settings. this means the uSync files sent between sites can be using names and be structured.

most of the time this really doesn't matter, because the system works fine like thigs, but the guidnames/flat structure is better because less clashes, less file lookups, and less tripping over other issues like the flat file delete issue in the core uSync repo (see https://github.com/KevinJump/uSync8/issues/211)

to mitigate this uSync.Publisher should override these config settings with its own preffered setup when the site starts.