fix(openapi): add parentId and parentName to GetOfficesResponse#89
fix(openapi): add parentId and parentName to GetOfficesResponse#89deepthikolipaka wants to merge 1 commit intoopenMF:devfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
🚥 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)
📝 Coding Plan
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 Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
Summary
Added missing fields to
GetOfficesResponseschema:parentId(integer)parentName(string)Problem
These fields were missing from the OpenAPI spec, causing the
Organization → Offices page to not display parent office information.
Changes
parentIdandparentNametoGetOfficesResponseschemaRelated
Fixes item listed in ISSUES.md under Admin Organization section
Summary by CodeRabbit