You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@KevinJump i have look into source code of both umbraco and usync, so the issue happens when you try to attach to cancellable notifications (Saving, Publishing), because your ScopedNotificationPublisher overriden only PublishScopedNotifications, where we would actually need to override PublishCancelableAsync and PublishCancelable to attach state to cancellable events, I can do pr to resolve it, but it I would need advise from you, as i can see in ScopedNotificationPublisher you done some background queining, do we want do it as well in other notifactions?
Describe the bug
i tried to follow https://docs.jumoo.co.uk/usync/uSync/extending/detecting, but both ways failed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to detect if content comes from usync (it shouldn't matter if it is from media or content)
Screenshots
If applicable, add screenshots to help explain your problem.
About your Site (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: