-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add KindWindowsDesktops
to ListResources
#10769
Conversation
fbb3d62
to
f3ffbcb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a specific reason why desktops are not part of Presence
like the other things? Should they be?
@espadolini it was b/c |
a92f5f3
to
5ebcc82
Compare
* Also add windows desktops sorter and its type converters * Use forked vulcand/predicate library: allows traversing by embedded fields Part of RFD 55
* Also add windows desktops sorter and its type converters * Use forked vulcand/predicate library: allows traversing by embedded fields Part of RFD 55
part of RFD 55
Description
To add support for type windows desktops to our generic
ListResources
, it needed it's own implementationListWindowsDesktops
in its own service layer (all other resources thus far belongs in the presence layer). This function is not made available to the client, they would need to useListResources
with typeKindWindowsDesktop
.In addition adds support for sorting.
Required PR