fix: create app shows dest URL instead of name#12054
fix: create app shows dest URL instead of name#12054keithchong merged 6 commits intoargoproj:masterfrom
Conversation
Signed-off-by: Remington Breeze <remington@breeze.software>
Codecov ReportBase: 47.44% // Head: 47.44% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #12054 +/- ##
=======================================
Coverage 47.44% 47.44%
=======================================
Files 245 245
Lines 41690 41690
=======================================
Hits 19778 19778
Misses 19925 19925
Partials 1987 1987 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: Remington Breeze <remington@breeze.software> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
|
Hi, I am currently checking for a problem in argocd v2.7.6 where it is not possible to select the name of the destination in the application creation panel. #13655 While doing so, I found this PR and issue #11228 Doesn't this PR affect the issue of not being able to select the name of the destination? record-2023-07-03.15.05.47.mov |
|
I am seeing the same issue as @gomgomshrimp where we cannot select Name as a destination in the dropdown running v2.7.6. Will this PR correct that? I noticed there are a couple of other open issues referencing this - #13813 and #13655 |
|
@slammajamma28 Because this PR is the only one that changes the destination dropdown, and I actually found that it work when I removed the code and tested it. I was going to create a PR to fix it, but there is already in progress that fixes this issue. Please see the following. (#14216) |
Fixes #11228
Signed-off-by: Remington Breeze remington@breeze.software
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist: