Custom resources question

Posted by Community Admin on 04-Aug-2018 03:49

Custom resources question

All Replies

Posted by Community Admin on 14-Dec-2011 00:00

Hello,

I registered custom resources class for my module like it is described here:
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/sessions-amp-external-pages.aspx#1440244
Besides "Class Description" and "Config" fields it exposes only one  field (so far for the test):

/// <summary>
/// Title of the PortfolioItems
/// </summary>
[ResourceEntry("PortfolioItems",
    Value = "Portfolio Items",
    Description = "Portfolio Items",
    LastModified = "2011/05/26")]
public string PortfolioItems
    get
    
        return this["PortfolioItems"];
    

Now I can see my resource type in "Interface Labels & Messages". But when I try to filter by this type it doesn't do filtration, it shows me ALL available resources...

Can someone direct me in right way to localize the issue?
Thanks!
Denis.

Posted by Community Admin on 16-Dec-2011 00:00

Hello Denis,

There's a known issue with custom resources for custom modules not being taken when filtering by type, and not being editable through the UI of Interface labels and Messages, we're currently working on providing a fix for the upcoming releases. please accept our apologies for the inconvenience caused.

Greetings,
Boyan Barnev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 16-Dec-2011 00:00

Boyan, thank you for information.

This thread is closed