Thursday, January 08, 2009 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  General Discussion  .moduleList..mo...
 .moduleList..moduleList..moduleLlist..moduleList
 
jhelak
16 posts
Joined
5/7/2007

.moduleList..moduleList..moduleLlist..moduleList
Posted: 14 May 07 2:30 PM
After modifying custom fields the dropdown in module edit looks like this
.moduleList..moduleList..moduleLlist..moduleList.Customers

for most, but not all customers.

Any ideas.
mbloch
11 posts
Joined
2/7/2007

Re: .moduleList..moduleList..moduleLlist..moduleList
Posted: 17 May 07 4:38 PM

Just to chime in, we see the same thing occasionally.  When a customer complains, we have to recycle (restart) the Web Site.  That usually fixes the problem.

 

support
2240 posts
1st
Joined
1/3/2006

Re: .moduleList..moduleList..moduleLlist..moduleList
Posted: 20 May 07 8:48 PM

This problem occurs in areas where we are modifying a cached table when we should be modifying a copy of the cached table. The follow bit of code exists in ~/Administration/EditCustomFields/SearchBasic.ascx.cs.  Notice how we added the Copy() function.  Without this, each time the page is loaded, the display name would get prepended with moduleList.

DataTable dtCustomEditModules = SplendidCache.CustomEditModules().Copy();
foreach(DataRow row in dtCustomEditModules.Rows)
{
   row[
"DISPLAY_NAME"] = L10n.Term(".moduleList." + row["DISPLAY_NAME"]);
}

 

  Mainstream Forums  General Discussion  .moduleList..mo...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2009 by Perpetual Motion Interactive Systems Inc.