Nearly have send to publish working, it's all wired up in the UI to the controller, just need to implement the logic.
This commit is contained in:
@@ -21,6 +21,8 @@ namespace Umbraco.Core.Models
|
||||
|
||||
internal static bool HasPathAccess(string path, int startNodeId, int recycleBinId)
|
||||
{
|
||||
Mandate.ParameterNotNullOrEmpty(path, "path");
|
||||
|
||||
var formattedPath = "," + path + ",";
|
||||
var formattedStartNodeId = "," + startNodeId.ToInvariantString() + ",";
|
||||
var formattedRecycleBinId = "," + recycleBinId.ToInvariantString() + ",";
|
||||
|
||||
Reference in New Issue
Block a user