Fixes issue U4-3228, where dictionary item names are not trimmed.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace umbraco.cms.presentation.create.controls
|
||||
string returnUrl = umbraco.presentation.create.dialogHandler_temp.Create(
|
||||
umbraco.helper.Request("nodeType"),
|
||||
nodeId,
|
||||
rename.Text);
|
||||
rename.Text.Trim());
|
||||
|
||||
|
||||
BasePage.Current.ClientTools
|
||||
|
||||
Reference in New Issue
Block a user