Removed type check for dashboard status URL from published status controller and moved to interface.
This commit is contained in:
@@ -41,6 +41,8 @@ namespace Umbraco.Web.PublishedCache
|
||||
|
||||
public abstract string GetStatus();
|
||||
|
||||
public virtual string StatusUrl => string.Empty;
|
||||
|
||||
public virtual void Collect()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user