-
Notifications
You must be signed in to change notification settings - Fork 667
[release-4.3] Bug 1814075: Mount OCS form when csv is available #4746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-4.3] Bug 1814075: Mount OCS form when csv is available #4746
Conversation
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1804107 The OCS form is unmounted when the parent component's state changes. We should render the component only once we have got all the data. Internally the states of inner children components are getting affected. Signed-off-by: Afreen Rahman <afrahman@redhat.com> (cherry picked from commit 5b1e739)
|
@afreen23: No Bugzilla bug is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
|
/bugzilla refresh |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/lgtm /approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afreen23, bipuladh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
4 similar comments
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1 similar comment
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
3 similar comments
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: This pull request references Bugzilla bug 1814075, which is valid. 6 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@afreen23: All pull requests linked via external trackers have merged. Bugzilla bug 1814075 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[release-4.3] Bug 1814075: Mount OCS form when csv is available
Cherrypick for https://github.com/openshift/console/pull/4723/commits (#4723 )
There were conflicts, hence sending separate PR with resolved conflicts and cherry picking the original commit 5b1e739)
I verified cherry pick commit locally , its genuine:
Summary of conflicts and reasons:
packages/ceph-storage-plugin/src/components/ocs-install/install-page.tsxfile is not present in 4.3packages/ceph-storage-plugin/src/components/modals/storage-class-dropdown.tsx. The file is not using some imports in 4.4 and 4.5 that were used in 4.3Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1804107
The OCS form is unmounted when the parent component's state changes. We should render the component only once we have got all the data.
Internally the states of inner children components are getting affected.
Signed-off-by: Afreen Rahman afrahman@redhat.com
(cherry picked from commit 5b1e739)