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
9f94ba31
Commit
9f94ba31
authored
1 year ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Compound report card: fix bug with initialisation of report card
parent
1b543988
No related branches found
No related tags found
1 merge request
!88
Changes for the Midterm Review
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/report_cards/chemical_probe/EubopenCompoundReportCard.vue
+4
-1
4 additions, 1 deletion
...report_cards/chemical_probe/EubopenCompoundReportCard.vue
with
4 additions
and
1 deletion
components/report_cards/chemical_probe/EubopenCompoundReportCard.vue
+
4
−
1
View file @
9f94ba31
...
...
@@ -48,6 +48,7 @@ export default {
const
showActivityProfileData
=
await
this
.
hasActivityProfileData
(
chemblID
)
console
.
log
(
'
paramsFromCompound:
'
,
paramsFromCompound
)
const
reportCardStructure
=
CompoundReportCardGenerator
.
generateReportCardStructure
(
{
itemID
:
this
.
itemID
,
...
...
@@ -87,12 +88,14 @@ export default {
const
entityID
=
EntityNames
.
EubopenCompound
.
entityID
const
indexName
=
IndexNames
.
getIndexNameFromEntityID
(
entityID
)
const
compound
Data
=
await
ESProxyService
.
getESDocument
(
const
compound
Response
=
await
ESProxyService
.
getESDocument
(
indexName
,
this
.
itemID
,
docSource
)
const
compoundData
=
compoundResponse
.
data
.
_source
const
prefName
=
ObjectPropertyAccess
.
getPropertyPalue
(
compoundData
,
'
pref_name
'
,
...
...
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