You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Spring's DomainClassConverter so we don't need to pass in [runId/projectId/workgroupId...] and look it up using [Run/Project/Workgroup...]Service. Spring should automatically look it up using the [Run/Project/Workgroup...]Repository.
PeerGoupAPIController
getPeerGroup
PeerGoupWorkAPIController
getPeerGroupWork
PeerGroupWorkController
getPeerGroupWork
The text was updated successfully, but these errors were encountered:
Description
Use Spring's DomainClassConverter so we don't need to pass in [runId/projectId/workgroupId...] and look it up using [Run/Project/Workgroup...]Service. Spring should automatically look it up using the [Run/Project/Workgroup...]Repository.
The text was updated successfully, but these errors were encountered: