Skip to content

Commit

Permalink
bug fix on add website
Browse files Browse the repository at this point in the history
  • Loading branch information
kasravi committed Mar 3, 2016
1 parent 3b110f2 commit 312d7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public IEnumerable<Element> GetRoots(SearchToken searchToken)
}
};

element.AddAction(new ElementAction(new ActionHandle(new ProxyDataActionToken(ActionIdentifier.Add, AddWebsitePermissionTypes) ))
element.AddAction(new ElementAction(new ActionHandle(new WorkflowActionToken(WorkflowFacade.GetWorkflowType("Composite.Plugins.Elements.ElementProviders.PageElementProvider.AddNewPageWorkflow"), AddWebsitePermissionTypes) { DoIgnoreEntityTokenLocking = true }))
{
VisualData = new ActionVisualizedData
{
Expand Down

0 comments on commit 312d7c2

Please sign in to comment.