UI - Zone wizard - Fixes wrong add resource step with localstorageenabled#5303
UI - Zone wizard - Fixes wrong add resource step with localstorageenabled#5303yadvr merged 2 commits intoapache:4.15from
Conversation
|
@utchoang a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
davidjumani
left a comment
There was a problem hiding this comment.
@utchoang Some of the steps are the same such as adding hosts / secondary storage. Perhaps there can just be a check on adding primary storage if localstorageenabled and changing the step numbers accordingly
On another note, should the primary storage step be removed or just skippable ? @rhtyd @shwstppr
|
@davidjumani You can refer to https://github.com/apache/cloudstack/blob/4.14/ui/scripts/zoneWizard.js#L4454, In case both |
|
@utchoang That's right, my point is to skip just that step in an if condition rather than adding the redundant code of adding hosts and secondary storage in the if as well as else clause |
|
@utchoang a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
@davidjumani can you please check again? |
|
UI build: ✔️ |
davidjumani
left a comment
There was a problem hiding this comment.
Verified working! Thanks @utchoang
Description
Fixes #5302
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?