Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Page Property Name Changed was Not Working

Vote:
 

We had a old property in one of page type called "AuthorName" (we are using EPiServer 8.1)

[Display(Name = "Author Name",
Description = "Author Name",
Order = 40,
GroupName = SystemTabNames.Content)]
public virtual string AuthorName { get; set; }

Now requirements were changed and we changed the "Name" and "Description" of it as:

[Display(Name = "Written By",
Description = "Written By",
Order = 40,
GroupName = SystemTabNames.Content)]
public virtual string AuthorName { get; set; }

But, in the edit mode that change was not reflecting

But in the property setting, I can see the change

I did "Revert to Default" in both type and the property as well. But neither were worked

So, how could I correct this ?

#142602
Dec 16, 2015 5:47
Vote:
 

Do a text search for Author Name in your lang folder's files. Do you find it there as well?

#142606
Edited, Dec 16, 2015 8:23
Vote:
 

Thanks Johan. You spot the issue. There was a element in the language file that override the value

#142612
Dec 16, 2015 9:16
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.