Heya ![]()
I am looking at implementing FlagProviders in Content Lock for V17
Question
Should the icons in the list view aka Collections with the Table & Card view also display the icons or is it only part of the tree that they should be visible?
I can see in the response back from the Management API includes the flag alias string.
So is this a bug or intended functionality?
The sample code from the docs, seems to make me think that it should work in collections due to this snippet
public bool CanProvideFlags<TItem>()
where TItem : IHasFlags =>
typeof(TItem) == typeof(DocumentTreeItemResponseModel) ||
typeof(TItem) == typeof(DocumentCollectionResponseModel) ||
typeof(TItem) == typeof(DocumentItemResponseModel);
Screenshot
The icons in the tree show up, but not in the collection. However they appear in the response from the MGMT API for the collection.
