Bug #23248
closedBreadcrumbs switcher uses wrong ids on compute attributes detail page
Description
Breadcrumbs on the compute attributes detail page are tricky. Switcher lists compute profiles, but in fact the page url requires compute attribute id. As a result, the switcher links use compute profile ids in links to compute attributes. The links then lead to a seemingly random compute attributes (often to non-existent ones).
The eract switcher component always expects ids to be in 'id' attribute. One possible solution could be adding 'idField' attribute (we already have 'nameFiled') and enhance the compute profiles api with 'compute_attribute_id'. Alternatively we could use compute attributes api and add 'compute_profile_name'.
Updated by Tomáš Strachota over 6 years ago
- Related to Feature #22855: Add redux container for breadcrumb switcher added
Updated by Amir Fefer over 6 years ago
- Related to Bug #23525: add a breadcrumbs switcher in compute attribute page added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Amir Fefer
- Pull request https://github.com/theforeman/foreman/pull/5537 added
Updated by Ohad Levy over 6 years ago
- Translation missing: en.field_release set to 330
setting to 1.18 as I believe we should cherry-pick this.
Updated by Amir Fefer over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3d5cf7c9549b029a04905f0150c4d8eb5d17e49a.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/5593 added