Deleting a Tab now removes it from the list in the browser
This commit is contained in:
@@ -794,6 +794,7 @@ namespace umbraco.cms.businesslogic
|
||||
|
||||
SqlHelper.ExecuteNonQuery("delete from cmsTab where id =" + id);
|
||||
|
||||
InitializeVirtualTabs();
|
||||
// Remove from cache
|
||||
FlushFromCache(Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user