fix: amm-2368 item to store mapping issue#148
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughIn ItemToStoreMappingComponent, buffer array update logic was changed to avoid in-place mutation of bufferarray.data. addtoBufferArray, removeRow, and removeItem now operate on copies of the array and reassign the result, including conditional row removal when nested itemID1 becomes empty. ChangesBuffer Array Immutability
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: dependency version conflict. Check your lock file or package.json. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



📋 Description
JIRA ID:
AMM-2368
✅ Type of Change
ℹ️ Additional Information
bufferarray was not appending the new data.
Summary by CodeRabbit