Copied to clipboard

Flag this post as spam?

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


  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 23, 2018 @ 13:21
    Fuji Kusaka
    0

    Dictionary section does not show in backoffice

    Hi Guys,

    For some reasons after installing v7.11. ( not NuGet Installed ) , the Dictionary Section under Settings is not showing up.

    Had a look at the trees.config file and all seems good.

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jul 23, 2018 @ 13:40
    Dave Woestenborghs
    1

    Hi Fuji,

    In 7.11 the dictionary section is now in Angular instead of the old webforms implementation.

    It's possible that your trees.config is not updated correctly to the new configuration.

    The entry should look like this :

    <add application="settings" alias="dictionary" title="Dictionary" type="Umbraco.Web.Trees.DictionaryTreeController, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
    

    Dave

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 23, 2018 @ 14:02
    Fuji Kusaka
    0

    Hi Dave,

    Yes just found out that during the install this didnt get updated.

    from

      <add application="settings" alias="dictionary" title="Dictionary" type="Umbraco.Web.Trees.SettingsDictionaryTreeController, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
    

    to

      <add application="settings" alias="dictionary" title="Dictionary" type="Umbraco.Web.Trees.DictionaryTreeController, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
    
  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jul 23, 2018 @ 14:05
    Dave Woestenborghs
    1

    Hi Fuji,

    The first line is from 7.11 and the second line is from 7.11.1 wich fixed some issues with the new dictionary tree

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft