bobs619

Results 3 issues of bobs619

Is there a way to select multiple items, and drag and drop them on the tree?

duplicate
enhancement

Anyone try to integrate ui-sortable with this plug-in?

This is erroring out in V5. `var members = await _graphServiceClient.Groups[groupId].Members[id].GraphUser.GetAsync()` In V4 I could do this NO PROBLEM: `var members = await _graphServiceClient.Groups[groupId].Members[id].Request().GetAsync() ` Right now, i have do...

Bug: metadata
OpenApi