Copied to clipboard

Flag this post as spam?

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


  • Vivek Kumar Singh 1 post 71 karma points
    Mar 17, 2016 @ 15:34
    Vivek Kumar Singh
    0

    Nested Data Type 2.0 submission is redirecting on Login Page

    I am using latest Umbraco build and Nested Data Type 2.0.

    After adding nested item in the property editor, clicking submit is taking me to login page.

    I can see it is not tested on latest version. Is someone else also facing the same problem and any solution available?

  • Dag Thomas Olsen 1 post 71 karma points
    Mar 27, 2016 @ 10:18
    Dag Thomas Olsen
    0

    Same problem here, I get redirected to the loginpage when I try to create a Nested Data Type (on submit).

  • Jeremy Pyne 106 posts 246 karma points MVP c-trib
    Jun 02, 2016 @ 13:07
    Jeremy Pyne
    0

    The plugins was requiring developer permissions to and would go into a logout loop if the user was not a developer. (Also there were issues on 7.4 even if they were a developer.) I have changed the Api to only require Content or Media which is what it should be checking of as thats where the control actually lives. New version should resolve any issues.

  • Sailen Karmacharya 4 posts 24 karma points
    Dec 20, 2016 @ 01:13
    Sailen Karmacharya
    0

    Still have the permission issue, I am using 7.5.4. Unless you give developer permission it throws 401 Denied and loops back to login page.

    Is there any fix for this?

  • Sib 10 posts 74 karma points
    Dec 29, 2016 @ 12:52
    Sib
    0

    This is still an issue. It doesn't have much to do with being a developer, but with giving the users access to de Settings-section. If you give users access to Settings, it works.

    I guess it has something to do with: http://issues.umbraco.org/issue/U4-9255#tab=Comments

  • Jeremy Pyne 106 posts 246 karma points MVP c-trib
    Dec 29, 2016 @ 14:11
    Jeremy Pyne
    0

    Yes, currently they need Settings or Developer permission.

  • Jeremy Pyne 106 posts 246 karma points MVP c-trib
    Dec 29, 2016 @ 14:38
    Jeremy Pyne
    0

    More specifically this package needs the ability to read specific data types to display them that are not necessarily loaded directly as part of the normal content node (due to the nested nature.) As a result it calls the internal DataTypeController. GetById(id) api call from the front-end which required the [UmbracoTreeAuthorize(Constants.Trees.DataTypes, Constants.Trees.DocumentTypes, Constants.Trees.MediaTypes, Constants.Trees.MemberTypes)] permissions. These are granted by having either the developer or settings role.

  • Jeremy Pyne 106 posts 246 karma points MVP c-trib
    Dec 29, 2016 @ 14:48
    Jeremy Pyne
    0

    Ok, I updated the package with a new version(2.2) that doesn't require the editor to have Developer or Settings permissions and will work as expected. Posting now.

  • Sib 10 posts 74 karma points
    Dec 29, 2016 @ 15:13
    Sib
    0

    Thanks Jeremy. Good to know for future references.

Please Sign in or register to post replies

Write your reply to:

Draft