On Fri, Jun 10, 2016 at 10:29:51AM -0500, Endi Sukma Dewata wrote:
The TPS token and activity services have been modified to use VLV
only when the search filter matches the VLV, which is the default
filter when there is no search keyword/attributes specified by
the client. In other cases the services will use a normal search.
https://fedorahosted.org/pki/ticket/2342
--
Endi S. Dewata
Code changes look good. Might be nice to construct the
(Token|Activity)Collection objects inside the find* methods rather
than constructing it at call side and passing it in to be populated.
Just a nit, though.
Searching/filtering continues to work as expected.
ACK.