Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

ActivityCommentRepository.ListAsync does not support batch loading

Fixed in

EPiServer.CMS.Core 9.8.2

(Or a related package)

Created

Apr 11, 2016

Updated

Apr 26, 2016

Area

CMS Core

State

Closed, Fixed and tested


Description

The method ActivityCommentRepository.ListAsync takes a single id. For a list of ids, there are a lot of calls.

Solution: Add a ListAsync that takes a list of ids.