Commit 234650e
Jonathan Walton
Capitalization of Key
When requesting portfolio items, the key used in the rest response is odd. The
existing code to munge it was not preserving necessary capitalization, and so
get requests using entity-types of PortfolioItem/MarketRequirement,
PortfolioItem/ProductRequirement, and PortfolioItem/ReleaseRequirement were
failing.1 parent ed49086 commit 234650e
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments