rp- commented on code in PR #9327:
URL: https://github.com/apache/cloudstack/pull/9327#discussion_r1663654885
##########
ui/src/views/infra/AddPrimaryStorage.vue:
##########
@@ -879,7 +879,7 @@ export default {
url = values.flashArrayURL
}
- if (values.provider === 'Linstor') {
+ if (values.provider === 'Linstor' || params.provider === 'Linstor') {
Review Comment:
Because if I pick the protocol the `values.provider` isn't changed, and
would be whatever the default is.
Thats why I set the `params.provider` to `Linstor` and check for it
afterwards
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]