Bug 1835170
Summary: | 'Edit Application Grouping' kebab action is not available for DC | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | ||||||||
Component: | Dev Console | Assignee: | Jeff Phillips <jephilli> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Gajanan More <gamore> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 4.4 | CC: | aballant, aos-bugs, jephilli, jokerman, nmukherj, spadgett, yapei, yzamir | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | 4.5.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2020-07-13 17:38:25 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Yadan Pei
2020-05-13 10:00:15 UTC
Reassigning to Vikram as git history reveals he's the one most recently working on the DC actions. Hi Jeff, Reading the fix PR, does it mean `Edit Application Grouping` is customized action menu and it only appears when certain conditions are met? Could you please tell me how can I enable/see `Edit Application Grouping` menu for DC? let customActions: KebabAction[] = null; if (!item.operatorBackedService) { customActions = [ModifyApplication]; } I was checking the bug against 4.5.0-0.nightly-2020-05-30-025738 which already includes the fix PR # oc adm release info registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-05-30-025738 --pullspecs | grep console console quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:57db33cc2bc1d8b23e0bebe311fb1315b7f8b6244c5dbc47d6e1273e0f0b5bfb console-operator quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:56daabfd30148e9222a41aa153ea3d3c96b9f0d3761122f3d4ce2b1962f86526 # oc image info quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:57db33cc2bc1d8b23e0bebe311fb1315b7f8b6244c5dbc47d6e1273e0f0b5bfb | grep commit io.openshift.build.commit.id=246f7fd82ffb8018d5e6993b176b36a5f8cb2840 # git log 246f7fd82ffb8018d5e6993b176b36a5f8cb2840 | grep '#5603' Merge pull request #5603 from jeff-phillips-18/sidebar-menus Hi Yadan, You should see this action for any DCs in the side panel (and context menu) which are not Operator Backed nor part of a Helm chart. Created attachment 1694319 [details]
No 'Edit Application Grouping' kebab menu
Hi Jeff, I didn't see `Edit Application Grouping` menu for DC(see attached screenshot), assigning back Created attachment 1694381 [details]
Topology Side Panel
Hi Yadan, The item is only available from the Topology view. From the side panel when selecting a DC or from the context menu (right click on a DC). Hi all it got into the VM actiosns: https://bugzilla.redhat.com/show_bug.cgi?id=1842857 is this intentional ? Hi Yaacov, It should have only been added to the side panel and context menu. This is a separate issue that I and address in https://bugzilla.redhat.com/show_bug.cgi?id=1842857 Thanks Jeff, Moving to VERIFIED since I can see `Edit Application Grouping` menu in Topology view Created attachment 1694679 [details]
There is Edit Application Grouping menu in Topology view
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |