Core.Resolution - umbraco.cms.Action should NOT reset resolution

This commit is contained in:
Stephan
2013-10-02 11:42:17 +02:00
parent 759a3619ca
commit 65898411e7

View File

@@ -57,7 +57,7 @@ namespace umbraco.BusinessLogic.Actions
using (Umbraco.Core.ObjectResolution.Resolution.DirtyBackdoorToConfiguration)
{
//TODO: Based on the above, this is a big hack as types should all be cleared on package install!
ActionsResolver.Reset();
ActionsResolver.Reset(false); // and do NOT reset the whole resolution!
ActionHandlers.Clear();
//TODO: Based on the above, this is a big hack as types should all be cleared on package install!