It was working great for a couple of weeks however now when I click on a node, the request is fired off to my EditDictionaryItem.aspx page but I get a 302 response redirecting me to /umbraco/logout.aspx
Thanks Dave, the real reason for the extension wasn't really to move it to the Translation section, but to provide a custom, larger, text area for editing each dictionary item by default. Most of our dictionary items are larger than a couple of words and having our editors have to expand the textarea every time was a little annoying.
Custom Tree redirects to logout.aspx when node clicked
I implemented a custom dictionary editor (and moved it into the Translator section) as per this post...
http://www.theoutfield.net/blog/2014/08/moving-the-dictionary-tree-to-a-different-section-in-umbraco
It was working great for a couple of weeks however now when I click on a node, the request is fired off to my EditDictionaryItem.aspx page but I get a 302 response redirecting me to /umbraco/logout.aspx
Any ideas ?
Thanks
I don't know what version of Umbraco you are using, but from version 7.2.0 you can move the dictionairy without any coding according to this issue :
http://issues.umbraco.org/issue/U4-5413
Dave
Thanks Dave, the real reason for the extension wasn't really to move it to the Translation section, but to provide a custom, larger, text area for editing each dictionary item by default. Most of our dictionary items are larger than a couple of words and having our editors have to expand the textarea every time was a little annoying.
is working on a reply...