Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
a638d944
Commit
a638d944
authored
8 months ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Target Family visualisation: adapt to updates in getURLForTargetsBelongingToClass
parent
3475ca0d
No related branches found
Branches containing commit
No related tags found
1 merge request
!100
Add alternative forms and Sets page
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
+3
-1
3 additions, 1 deletion
...s/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
4 additions
and
2 deletions
components/mainPage/visualisations/TargetsTree/TargetsSunburst.vue
+
3
−
1
View file @
a638d944
...
...
@@ -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
,
new
Path
,
accumulated
Path
,
EntityNames
.
EubopenTarget
.
entityID
),
}
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
7ed117e6
Compare
1089e6e3
...
7ed117e6
Subproject commit
1089e6e315a2342b9b0f1f93acc10ad27b756f7a
Subproject commit
7ed117e680fbb689ce543cad920bfd10b508ef8c
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment