Copied to clipboard

Flag this post as spam?

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


  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Aug 05, 2015 @ 22:10
    Tim
    0

    Custom Properties Not Rendering

    Hiya,

    On the edit dialog, non-core DataType properties aren't rendering correctly. If you add a property that's a NuPicker for example, you just get a JSON string instead of the DataType.

    Is there any way to have the click on member take you through to the actual member edit page, rather than use the dialog?

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Aug 06, 2015 @ 01:21
    Robert Foster
    100

    Hi Tim,

    You'll need to modify the link to the member in the listview html template.

    I'll take a look sometime in the next couple of weeks at adding support for non-core datatypes; but if you want to resolve this sooner feel free to clone the source code and submit a PR :)

    Rob.

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Aug 06, 2015 @ 08:06
    Tim
    0

    Thanks Rob!

    I modified the Angular editController to just load the member edit page, and that's worked for my purposes (we're using the dashboard mainly for approvals/rejections).

    If I get a chance next week, I'll see if I can figure out getting non-core DataTypes to work (I'm crap at Angular though, so it could be interesting :P).

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Aug 06, 2015 @ 08:12
    Robert Foster
    0

    Cool, the easiest way to do that would be to take a look at the current Umbraco source code to see what they're doing. The dialog-based editor is just a variation of that from 12 months ago.

    It may be that the controller and view just need a small update

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies