Kevin Jump

Results 201 comments of Kevin Jump

Arrggg. This is probably going to be a WillNotFix, but i will give you context (and a bit of a rant) as to why. uSync isn't storing or setting these...

Umbraco discussion - just to see if there is a logic i am missing somewhere. https://github.com/umbraco/Umbraco-CMS/discussions/17021

Hi, > And of course, I would personally be even more pleased if this option is integrated into uSync. yes me to :) As it stands there are no public...

You can already do that - the existing relations type handler will export relation types but also the relation items if its configured too. at the moment it doesn't sync...

closing this now, the original issue is still an issue with all of Umbraco's templates and starter kits, there seems little momentum in pulling the relations out of content code...

Hi, I think the issue is probibly that the migrations are running before uSync has been able to register for the notification events, so it can't listen for them. if...

Yes, also some samples here https://github.com/KevinJump/DoStuffWithUmbraco/tree/NetCore/src/DoStuff.Core/Migrations

Also, if you add the ComposeAfter tag it will run after uSync's composer. ```cs [ComposeAfter(typeof(uSync.BackOffice.uSyncBackOfficeComposer))] public class MyComposer : IComposer { public void Compose(IUmbracoBuilder builder) { throw new System.NotImplementedException(); }...

yes, you loose the 'run migration' button, your package will still showup in the back office just without that.