lancetek
-
8/12/2013 6:38:52 AM
RE:We are getting a YSOD error when trying to insert a Group that has a name with an accented character (Bogotá)
Hi, Thanks again for your help. It turns out that someone altered the following line from the C:\KenticoCMS\CMSModules\Groups\Controls\GroupEdit.ascx.cs file!
string codeName = ValidationHelper.GetCodeName(this.txtCodeName.Text.Trim(), null, 89, true, true);
Now that I've changed it back, it works perfectly!
Thanks Juraj!
Cheers, Lance
|