sensenet icon indicating copy to clipboard operation
sensenet copied to clipboard

CTD Description shows resource identifiers instead of descriptions

Open tusmester opened this issue 2 years ago • 0 comments

The CTD list on admin ui and a simple OData query too shows string resources instead of the real descriptions for CTDs:

image.png

{
   "Name": "BlogPost",
   "DisplayName": "Blog post",
   "Description": "$Ctd-BlogPost,Description"
},
{
   "Name": "Article",
   "DisplayName": "Article",
   "Description": "$Ctd-Article,Description"
}

These string resources are defined correctly in resource files.

Expectation

We see the real descriptions, e.g. for the Application type:

This is the base type for all executable content types.

tusmester avatar Jul 28 '22 15:07 tusmester