Removed concrete type checks for back-office published cache details, so now working from interface. Renamed controller and FE assets to more generic name.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Umbraco.Web.PublishedCache
|
||||
|
||||
public abstract string GetStatus();
|
||||
|
||||
public virtual string StatusUrl => string.Empty;
|
||||
public virtual string StatusUrl => "views/dashboard/settings/publishedsnapshotcache.html";
|
||||
|
||||
public virtual void Collect()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user