[ENGG-5312] fix: Fix import for records with duplicate names#290
[ENGG-5312] fix: Fix import for records with duplicate names#290ajinkya-browserstack wants to merge 3 commits intomasterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughThe PR makes name conflict checking case-insensitive and consolidates sanitization when creating entities. In src/renderer/actions/local-sync/common-utils.ts, Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
…nto ENGG-5312-fix-import
…nto ENGG-5312-fix-import
Case comparison for baseName: "Untitled request" (hardcoded) vs baseName: sanitizedName:
Case 1: baseName hardcoded to Untitled request
Case 2: baseName set to sanitizedName
Summary by CodeRabbit
Bug Fixes
Refactor