Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
5a96f057
Commit
5a96f057
authored
6 years ago
by
Abhishek
Committed by
kevalbhatt
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2907 : UI: show lineage information for process entities
Signed-off-by:
kevalbhatt
<
kbhatt@apache.org
>
parent
7f3da2c9
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
DetailPageLayoutView.js
...ardv2/public/js/views/detail_page/DetailPageLayoutView.js
+9
-1
No files found.
dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js
View file @
5a96f057
...
...
@@ -245,7 +245,15 @@ define(['require',
});
}
if
(
_
.
contains
(
Utils
.
getNestedSuperTypes
({
data
:
this
.
activeEntityDef
.
toJSON
(),
collection
:
this
.
entityDefCollection
}),
"DataSet"
))
{
var
containsList
=
Utils
.
getNestedSuperTypes
({
data
:
this
.
activeEntityDef
.
toJSON
(),
collection
:
this
.
entityDefCollection
}),
superType
=
_
.
find
(
containsList
,
function
(
type
)
{
if
(
type
===
"DataSet"
||
type
===
"Process"
)
{
return
true
;
}
});
if
(
superType
)
{
this
.
$
(
'.lineageGraph'
).
show
();
this
.
renderLineageLayoutView
({
guid
:
this
.
id
,
...
...
This diff is collapsed.
Click to expand it.
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