Skip to content
Snippets Groups Projects
Commit a638d944 authored by David Mendez's avatar David Mendez
Browse files

Target Family visualisation: adapt to updates in getURLForTargetsBelongingToClass

parent 3475ca0d
No related branches found
No related tags found
1 merge request!100Add alternative forms and Sets page
......@@ -78,14 +78,16 @@ export default {
})
},
updateBreadcrumbsPath(newPath) {
const accumulatedPath = []
const parsedPath = newPath.map((pathItem) => {
accumulatedPath.push(pathItem.name)
return {
text: `${pathItem.name} (${pathItem.belongingsCount})`,
disabled: pathItem.tentative,
href: TargetsHierarchy.getURLForTargetsBelongingToClass(
pathItem.queryString,
pathItem.name,
newPath,
accumulatedPath,
EntityNames.EubopenTarget.entityID
),
}
......
Subproject commit 1089e6e315a2342b9b0f1f93acc10ad27b756f7a
Subproject commit 7ed117e680fbb689ce543cad920bfd10b508ef8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment