This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Commit 7f98f4b
committed
V2 apps return correct app guid in links
- Fix incorrect implementation from 0ae0b8a
- Fix setup for test so process guid is actually different than the app
guid
- url_for_guid should be a class method instead of an instance method
[cloudfoundry#1523]
Authored-by: Greg Cobb <gcobb@pivotal.io>1 parent 514e924 commit 7f98f4b
3 files changed
Lines changed: 9 additions & 6 deletions
File tree
- app
- controllers/runtime
- presenters/v2
- spec/unit/controllers/runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | 625 | | |
627 | 626 | | |
| 627 | + | |
| 628 | + | |
628 | 629 | | |
| 630 | + | |
| 631 | + | |
629 | 632 | | |
630 | 633 | | |
631 | 634 | | |
| |||
0 commit comments