Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Brian 15 posts 63 karma points
    Oct 09, 2014 @ 02:09
    Brian
    0

    Categories/Tags list pages and @Umbraco.GetDictionaryValue

    Hello, I'm using Articulate and am creating a custom theme. I started from the "VAPOR" theme and have added language support to the list and post pages. I've just discovered that when I click a tag or a category all of my @Umbraco.GetDictionaryValue text items no longer render.

    I have switched:

    @model Articulate.Models.TagListModel

    to:

    @inherits Umbraco.Web.Mvc.UmbracoViewPage<Articulate.Models.TagListModel>

     

    In my "Tags.cshtml" file and am still having no luck.

    Am I missing something?

  • Shannon Deminick 1525 posts 5271 karma points MVP 2x
    Oct 09, 2014 @ 02:11
    Shannon Deminick
    0

    You may have found a bug, I'm not actually sure. If you can log an issue on GitHub with steps to reproduce i can look into it when i get a chance. Might have something to do with the culture not being set properly.

  • Brian 15 posts 63 karma points
    Oct 09, 2014 @ 02:17
    Brian
    0

    Ok, will do. Thanks for the super quick responses Shannon!

  • Brian 15 posts 63 karma points
    Oct 11, 2014 @ 00:21
    Brian
    0

    Hey Shannon, so I wnated to make sure that It wasn't something crazy that I was doing to the blog so I uninstalled and then reinstalled Articulate and just tried a test case in the default blog with the vapor theme and had the same issue. I created a GitHub issue here with the steps to reproduce.

    Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft