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 Ohad Levy almost 7 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 almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3d5cf7c9549b029a04905f0150c4d8eb5d17e49a.