-
Notifications
You must be signed in to change notification settings - Fork 266
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
Fix Node Scheduling / Node Name option in Workloads page #12962
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
@@ -182,7 +184,8 @@ export default { | |||
:mode="mode" | |||
:multiple="false" | |||
:loading="loading" | |||
@input="update" | |||
:data-testid="'node-scheduling-nodeSelector'" | |||
@update:value="update" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have the same issue for the other 12 places @input="update"
is used?
import NodeScheduling from '@shell/components/form/NodeScheduling.vue'; | ||
import { _CREATE, _EDIT, _VIEW } from '@shell/config/query-params'; | ||
|
||
const requiredSetup = () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not convenient to have mocks outside the tests, but it's not a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reported issue seems solved.
LGTM
Summary
Fixes #12939
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Checklist