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
a2c26bfc
Commit
a2c26bfc
authored
6 years ago
by
Abhishek Kadam
Committed by
Sarath Subramanian
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2773: UI : excluded internal types from all typedefs API calls
Signed-off-by:
Sarath Subramanian
<
ssubramanian@hortonworks.com
>
parent
15388229
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UrlLinks.js
dashboardv2/public/js/utils/UrlLinks.js
+2
-2
No files found.
dashboardv2/public/js/utils/UrlLinks.js
View file @
a2c26bfc
...
...
@@ -45,7 +45,7 @@ define(['require', 'utils/Enums', 'utils/Utils', 'underscore'], function(require
if
(
name
)
{
return
defApiUrl
.
def
+
'/name/'
+
name
+
'?type='
+
type
;
}
else
{
return
defApiUrl
.
defs
+
'?type='
+
type
;
return
defApiUrl
.
defs
+
'?
excludeInternalTypesAndReferences=true&
type='
+
type
;
}
},
entitiesApiUrl
:
function
(
guid
,
name
)
{
...
...
@@ -78,7 +78,7 @@ define(['require', 'utils/Enums', 'utils/Utils', 'underscore'], function(require
}
},
typesApiUrl
:
function
()
{
return
this
.
typedefsUrl
().
defs
+
'/headers'
return
this
.
typedefsUrl
().
defs
+
'/headers
?excludeInternalTypesAndReferences=true
'
},
lineageApiUrl
:
function
(
guid
)
{
var
lineageUrl
=
this
.
baseUrlV2
+
'/lineage'
;
...
...
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