Copied to clipboard

Flag this post as spam?

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


  • Robert Dyson 50 posts 147 karma points c-trib
    Jan 16, 2018 @ 11:21
    Robert Dyson
    0

    Error - Umbraco Cloud v7.7.8

    Hi,

    This is just the plugin I need, However, whenever I try to do any bulk actions there is an error in the console saying "id cannot be null" I'v uploaded a screenshot below. Any help would be appreciated...

    enter image description here

  • Mark 91 posts -18 karma points
    Jan 19, 2018 @ 17:33
    Mark
    0

    What plugin is it?

  • Robert Dyson 50 posts 147 karma points c-trib
    Jan 19, 2018 @ 19:13
    Robert Dyson
    0

    I guess I should have put that in the title, but the breadcrumb has it "MemberListView for Umbraco 7"

    https://our.umbraco.org/projects/backoffice-extensions/memberlistview-for-umbraco-7/

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Feb 22, 2018 @ 05:09
    Robert Foster
    0

    Ok, this was because of a change in the examine indexing (_key became _Key) somewhere along the line within Umbraco. I've just uploaded a fix to the Packages here in our and will do a nuget package when I get a chance.

  • Simon steed 374 posts 686 karma points
    Mar 02, 2018 @ 12:51
    Simon steed
    0

    I'm seeing a slightly different error although maybe related to this one, not on cloud though but still 7.7.8 and 1.2.0 does not fix.

    Click on a member, blank window popups up with no data, response in the console is:

    Request URL:http://localhost/umbraco/backoffice/UmbracoApi/Member/GetByKey?key=undefined

    )]}', {"Message":"The request is invalid.","MessageDetail":"The parameters dictionary contains a null entry for parameter 'key' of non-nullable type 'System.Guid' for method 'Umbraco.Web.Models.ContentEditing.MemberDisplay GetByKey(System.Guid)' in 'Umbraco.Web.Editors.MemberController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter."}

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 02, 2018 @ 23:06
    Robert Foster
    0

    Hi Simon,

    Apologies - the member edit dialog slipped past me somehow - this has now been fixed in version 1.2.1

    Rob

  • Simon steed 374 posts 686 karma points
    Mar 02, 2018 @ 23:24
    Simon steed
    0

    Hey Rob

    No worries at all, thanks for sorting so quickly. Will try and update this weekend.

    Cheers

    Simon

  • Simon steed 374 posts 686 karma points
    Mar 03, 2018 @ 11:08
    Simon steed
    0

    Working Rob thanks :)

    Is there a quick and easy way to modify the search to use wildcard? I want to ideally do a partial match on a custom field but it doesnt currently support it, guessing wildcard not currently in place?

    Simon

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 03, 2018 @ 12:49
    Robert Foster
    0

    Hi Simon,

    wildcard search is enabled for the member name only; and email and login name are also searched (full field search).

    You can add other fields to the search as individual filters, but you'll need to modify the filter dialog and controller. If you read the source code, you'll see Member Locked and Member Approved as examples, you can use that as a basis for custom fields (and make sure they are included in the member index).

    If you want to extend the MemberListView and need help, I'm available on a consultancy basis :)

    Rob

Please Sign in or register to post replies

Write your reply to:

Draft