Then modify the following code(UmbracianFrontendEditingController.cs):
From:
var ticket = Security.PerformLogin(user);
To:
var ticket = Security.PerformLogin(user.Id);
Build the solution and replace the "Umbracian.FrontendEditing.dll" in your project.
Has anyone made this work for Umbraco 7.12 as currently throwing error
Hi all,
Has anyone made this package work from 7.12.
Currently getting the following error on install.
"ExceptionMessage":"Method not found: 'System.Collections.Generic.IEnumerable`1
Thanks Lorraine
Yes, simply download the source code from Github https://github.com/kjac/Umbracian-Frontend-Editing Then update the nuget packages to UmbracoCMs.Core 7.x based on your version
Then modify the following code(UmbracianFrontendEditingController.cs): From: var ticket = Security.PerformLogin(user); To: var ticket = Security.PerformLogin(user.Id);
Build the solution and replace the "Umbracian.FrontendEditing.dll" in your project.
Hope this helps
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.