You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(V2): scope live-api XLSX round-trip to home org
With governance sync enabled, /v2/project and /v2/unit XLSX exports
included projects and units owned by other organizations. The Step 15
round-trip re-import staged UPDATEs for every exported row, so the
ownership guard rejected the foreign rows and the import returned 400.
Export and compare only home-org data (orgUid=me) in the round-trip and
fidelity checks, matching the existing Step 16 home-org export pattern,
so the re-import only touches records the home org can modify.
0 commit comments