Merge branch 'v10/dev' into v10/feature/variant-permissions
This commit is contained in:
@@ -598,7 +598,7 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers
|
||||
{ "assemblyVersion", _umbracoVersion.AssemblyVersion?.ToString() }
|
||||
};
|
||||
|
||||
|
||||
app.Add("runtimeMode", _runtimeSettings.Mode.ToString());
|
||||
|
||||
//the value is the hash of the version, cdf version and the configured state
|
||||
app.Add("cacheBuster", $"{version}.{_runtimeState.Level}.{_runtimeMinifier.CacheBuster}".GenerateHash());
|
||||
|
||||
Reference in New Issue
Block a user