Skip to content

Commit

Permalink
Update no-nodes for obsolete path
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Sep 11, 2024
1 parent c07ac15 commit d824215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uSync.BackOffice.Targets/appsettings-schema.usync.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"DisableNotificationSuppression": {
"type": "boolean",
"description": "turns of use of the Notifications.Supress method, so notifications\nfire after every item is imported.\n ",
"default": "false"
"default": "true"
},
"BackgroundNotifications": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
var umbracoPath = Model.UmbracoPath ?? "/umbraco";
var uSyncPath = umbracoPath + "/section/settings/workspace/usync-root/view/default";

var root = uSyncConfig.GetRootFolder();
var root = uSyncConfig.GetFolders().LastOrDefault() ?? "uSync/v14/";
var hasSyncContent = uSyncService.HasContentFiles(root);
}
<!doctype html>
Expand Down

0 comments on commit d824215

Please sign in to comment.