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...
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.
)]}',
{"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."}
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?
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 :)
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...
What plugin is it?
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/
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.
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."}
Hi Simon,
Apologies - the member edit dialog slipped past me somehow - this has now been fixed in version 1.2.1
Rob
Hey Rob
No worries at all, thanks for sorting so quickly. Will try and update this weekend.
Cheers
Simon
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
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
is working on a reply...