Actions
Bug #23552
closedJS error when opening manage manifest modal
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
I get the following JS error when attempting to open the manage manifest modal:
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Table`. See https://fb.me/react-warning-keys for more information. in Header (created by Table) in Table (created by ManageManifestModal) in Spinner (created by ManageManifestModal) in div (created by TabPane) in Transition (created by Fade) in Fade (created by TabPane) in TabPane (created by Tab) in Tab (created by ManageManifestModal) in div (created by TabContent) in TabContent (created by Tabs) in div (created by Tabs) in TabContainer (created by Tabs) in Tabs (created by Uncontrolled(Tabs)) in Uncontrolled(Tabs) (created by ManageManifestModal) in div (created by ModalBody) in ModalBody (created by ManageManifestModal) in div (created by CustomModalDialog) in div (created by CustomModalDialog) in div (created by CustomModalDialog) in CustomModalDialog (created by Modal) in Transition (created by Fade) in Fade (created by DialogTransition) in DialogTransition (created by Modal) in RefHolder (created by Modal) in div (created by Modal) in Portal (created by Modal) in Modal (created by Modal) in Modal (created by ManageManifestModal) in ManageManifestModal (created by Connect(ManageManifestModal)) in Connect(ManageManifestModal) (created by SubscriptionsPage) in div (created by Col) in Col (created by SubscriptionsPage) in div (created by Row) in Row (created by SubscriptionsPage) in div (created by Grid) in Grid (created by SubscriptionsPage) in SubscriptionsPage (created by Connect(SubscriptionsPage)) in Connect(SubscriptionsPage) (created by Route) in Route in div in Unknown (created by Application) in Router (created by BrowserRouter) in BrowserRouter (created by Application) in Application (created by Connect(Application)) in Connect(Application) in Provider
Steps to Reproduce:
- Go to new RH subscriptions page
- Click on manage manifest
- Note JS error
Updated by Tomáš Strachota over 6 years ago
- Status changed from New to Assigned
- Assignee set to Tomáš Strachota
Updated by The Foreman Bot over 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7367 added
Updated by Tomáš Strachota over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|9f8bd2b6ca8f9e0fc3439aa5076bfcbfa1cc65d6.
Updated by Justin Sherrill over 6 years ago
- Translation missing: en.field_release set to 338
Actions