Skip to content
  • Daniel Vrátil's avatar
    Clean up TagFetchScope handling on client and server side · 9ea06c01
    Daniel Vrátil authored
    The fetch scope on the client side was using some hacks to list the
    parts (GID, RID, ...) that should be retrieved and on the Item
    retrieval part this was coupled with ItemFetchScope. This change
    adds standalone TagFetchScope to FetchItemsCommand as well as
    ItemFetchJob and similar APIs, allowing users to fully customize
    the retrieval.
    9ea06c01