Actions
Bug #25228
closed[object Object] instead of organization name on Content -> Sync status page
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
On Content -> Sync status page (/katello/sync_management) there is [object Object]
instead of organization name. See attached screenshot.
Katello git commit id: 77a4d76db2d1524f152281a78ef8d17f4fdfa646
Foreman git commit id: 9ccfbde5c417ed466b21c997d01d4608cc4e8c57
On website, following message is displayed:
user: vagrant USE eager loading detected Katello::Product => [:provider] Add to your finder: :includes => [:provider] user: vagrant USE eager loading detected Katello::Repository => [:root] Add to your finder: :includes => [:root] user: vagrant USE eager loading detected Katello::Product => [:root_repositories] Add to your finder: :includes => [:root_repositories] user: vagrant USE eager loading detected Katello::Product => [:repositories] Add to your finder: :includes => [:repositories]
In firefox dev tools console, I see:
checkPropTypes.js:19 Warning: Failed prop type: Invalid prop `currentOrganization` of type `object` supplied to `Layout`, expected `string`. in Layout (created by Connect(Layout)) in Connect(Layout) in Provider checkPropTypes.js:19 Warning: Failed prop type: Invalid prop `currentOrganization` of type `object` supplied to `TaxonomySwitcher`, expected `string`. in TaxonomySwitcher (created by Layout) in Layout (created by Connect(Layout)) in Connect(Layout) in Provider checkPropTypes.js:19 Warning: Failed prop type: Invalid prop `currentTaxonomy` of type `object` supplied to `TaxonomyDropdown`, expected `string`. in TaxonomyDropdown (created by TaxonomySwitcher) in TaxonomySwitcher (created by Layout) in BaseVerticalNavMasthead (created by VerticalNav.Masthead) in VerticalNav.Masthead (created by Layout) in nav (created by BaseVerticalNav) in Unknown (created by withContext(Component)) in withContext(Component) (created by BaseVerticalNav) in BaseVerticalNav (created by ControlledComponent) in ControlledComponent (created by VerticalNav) in VerticalNav (created by Layout) in Layout (created by Connect(Layout)) in Connect(Layout) in Provider
Files
Actions