hyperledger-labs / business-partner-agent

The Business Partner Agent is a SSI wallet and controller based on aries cloud agent python.
https://labs.hyperledger.org/business-partner-agent/
Apache License 2.0
56 stars 48 forks source link

load tags into partner within PartnerRepository #779

Closed chriamue closed 2 years ago

chriamue commented 2 years ago

When loading partner from PartnerRepository found by Id, the Partner object contains tags. When found by connection Id and other Ids, the partner does not contain tags. This merge requests adds annotations to some other findBy functions to let the partner contain tags.

etschelp commented 2 years ago

Is there a reason to have this in a separate PR? The only reason I can imagine is you want to have the tag available in the api, is this mapped in the converter in these cases?