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
metexplore
MetExploreViz
Commits
2d878196
Commit
2d878196
authored
Feb 17, 2020
by
maxchaza
Browse files
Merge branch 'hotfix/dbIdOnDom'
parents
b19b6675
3202c5a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
2d878196
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
/**
/**
*
The
version
of
the
application.
*
The
version
of
the
application.
*/
*/
"version"
:
"3.0.1
0
"
,
"version"
:
"3.0.1
1
"
,
/**
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
resources/lib/functions/GraphNode.js
View file @
2d878196
...
@@ -1029,6 +1029,7 @@ metExploreD3.GraphNode = {
...
@@ -1029,6 +1029,7 @@ metExploreD3.GraphNode = {
.
attr
(
"
id
"
,
function
(
node
)
{
.
attr
(
"
id
"
,
function
(
node
)
{
return
"
node
"
+
node
.
getId
();
return
"
node
"
+
node
.
getId
();
})
})
.
attr
(
"
dbIdentifier
"
,
function
(
d
)
{
return
d
.
getDbIdentifier
();
})
.
call
(
node_drag
);
.
call
(
node_drag
);
metExploreD3
.
GraphNode
.
node
=
d3
.
select
(
"
#
"
+
metExploreD3
.
GraphNode
.
panelParent
)
metExploreD3
.
GraphNode
.
node
=
d3
.
select
(
"
#
"
+
metExploreD3
.
GraphNode
.
panelParent
)
...
...
Write
Preview
Markdown
is supported
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