Fixing unit tests

This commit is contained in:
Shannon
2013-11-04 17:24:25 +11:00
parent 37967973a0
commit 94de454264
5 changed files with 28 additions and 45 deletions

View File

@@ -22,6 +22,7 @@ namespace Umbraco.Web.UI
/// specific app, they'd still be able to execute code to create/delete for any ITask regardless of what app
/// they have access to.
/// </remarks>
[Obsolete("ITask is used for legacy webforms back office editors, change to using the v7 angular approach")]
public abstract class LegacyDialogTask : ITaskReturnUrl, IAssignedApp
{
public virtual int ParentID { get; set; }