HI,
I found this to be a bug in the Favorite ViewModel, which does not seem to find the favorite list when navigating to the second page: https://doc.dynamicweb.com/forum/swift?ThreadID=87952
Steps to reproduce with Swift:
- Create a user as a member of the Accounts group
- Create a Favorite List for Group with the group Accounts selected, with more products added than fit on a single page
- Login to the frondtend with the user, navigate to the favorite detail list
- Navigate to the second page
In Swift_FavoriteDetail.cshtml line 64: int favoriteListId = Model.Id;
The Model.Id is 0
Looking forward to the fix :-)
Justin