From 5389a018b331f36df13dc982ea318ee4fd4f3753 Mon Sep 17 00:00:00 2001 From: Warren Date: Wed, 8 Aug 2018 14:32:58 +0100 Subject: [PATCH] Sets back the action alias to importDocumentType - It may break more than we expected --- src/Umbraco.Web/_Legacy/Actions/ActionImport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/_Legacy/Actions/ActionImport.cs b/src/Umbraco.Web/_Legacy/Actions/ActionImport.cs index d284da7be4..42947cf36e 100644 --- a/src/Umbraco.Web/_Legacy/Actions/ActionImport.cs +++ b/src/Umbraco.Web/_Legacy/Actions/ActionImport.cs @@ -45,7 +45,7 @@ { get { - return "import"; + return "importDocumentType"; } }