-
Notifications
You must be signed in to change notification settings - Fork 612
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
convert topology operator backed panel to use dynamic extensions #9998
convert topology operator backed panel to use dynamic extensions #9998
Conversation
/cc @bipuladh |
/retest |
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.
verified it and it works as expected.
{ | ||
"type": "console.action/provider", | ||
"properties": { | ||
"contextId": "csv-actions", |
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.
Any reason to use a new context id for CSVs? Wouldn't CSV resource actions work here?
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.
Why not use console.action/resource-provider
extension?
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.
we have common actions Delete, Edit yaml
that shows up on each operator backed resources that's why used a different context id https://github.com/openshift/console/pull/9998/files#diff-9993fe676fb030dc047b550a63b46524797154b76f9ff27cf33d8abc24233081R11-R12
46be1c7
to
f263642
Compare
/retest |
/approve verified the changes. I see missing i18n on list view This happens even on main, will be nice if we get it handled. |
f263642
to
131eb78
Compare
131eb78
to
5ec97d0
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: invincibleJai, rottencandy, sahil143 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Propagate from epic: /label px-approved |
/label qe-approved |
fixes: https://issues.redhat.com/browse/ODC-5846, task: https://issues.redhat.com/browse/ODC-6114
This PR
csv-actions
for operator backedScreenshot: