Changes the explicit paramet editor implementations to simply use the already created property editors, updates the legacy parameter editor mappings and adjusts the resolver to use the mappings if one is not found.

This commit is contained in:
Shannon
2013-10-30 14:36:07 +11:00
parent 68b955e611
commit 46ba9718ff
10 changed files with 22 additions and 34 deletions

View File

@@ -69,6 +69,7 @@ namespace Umbraco.Core
//Create the legacy prop-eds mapping
LegacyPropertyEditorIdToAliasConverter.CreateMappingsForCoreEditors();
LegacyParameterEditorAliasConverter.CreateMappingsForCoreEditors();
//create database and service contexts for the app context
var dbFactory = new DefaultDatabaseFactory(GlobalSettings.UmbracoConnectionName);