Commit cde41fc
committed
fix(V2): discover home-owned prerequisites in XLSX live tests
The XLSX live test discovered prerequisite IDs (program, methodology,
issuance, label, etc.) from an unfiltered list and used the first row.
With governance sync enabled, that first row can be a synced non-home
record, so the test's projects/units referenced a foreign parent and the
ownership guard rejected the round-trip re-import.
Scope prerequisite discovery to the home org (orgUid=me) so created test
records reference home-owned parents.1 parent 0baec07 commit cde41fc
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
0 commit comments