Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
58ab3bde
Commit
58ab3bde
authored
Jun 15, 2021
by
Alejandro De Maria Antolinos
Browse files
Fix problem with Id in the resource
parent
b51c8e62
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resources/logbookStatistics.js
View file @
58ab3bde
...
...
@@ -6,7 +6,7 @@ export default class LogbookStatistics extends Resource {
_id
=
undefined
;
pk
()
{
return
this
.
investigationId
?.
toString
()
;
return
this
.
investigationId
+
this
.
count
;
}
static
get
key
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment