diff --git a/src/umbraco.cms/Actions/Action.cs b/src/umbraco.cms/Actions/Action.cs index 6b8001d572..e29546d8ca 100644 --- a/src/umbraco.cms/Actions/Action.cs +++ b/src/umbraco.cms/Actions/Action.cs @@ -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!