Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 477 Bytes

2023-09-27-fix-one-to-many-bulk-edit.md

File metadata and controls

10 lines (10 loc) · 477 Bytes
title issue author author_email author_github
Fix Bulk Edit one to many associations length evaluation and infinite requests
NEXT-31890
Lily Berkow
TheAnimeGuru

Administration

  • Added mappedExistAssociationsLen which counts all arrays within mappedExistAssociations at each key entry
  • Changed if for the recursion to not use Object.keys(mappedExistAssociations).length but the nested accounted length from mappedExistAssociationsLen