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
4c121c4d
Commit
4c121c4d
authored
May 24, 2018
by
kevalbhatt
Committed by
Madhan Neethiraj
May 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2716 : Update UI to include term value while saving search
Signed-off-by:
Madhan Neethiraj
<
madhan@apache.org
>
parent
1deb8c16
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Enums.js
dashboardv2/public/js/utils/Enums.js
+2
-1
SearchResultLayoutView.js
dashboardv2/public/js/views/search/SearchResultLayoutView.js
+1
-1
SaveSearchView.js
dashboardv2/public/js/views/search/save/SaveSearchView.js
+1
-1
No files found.
dashboardv2/public/js/utils/Enums.js
View file @
4c121c4d
...
@@ -73,7 +73,8 @@ define(['require'], function(require) {
...
@@ -73,7 +73,8 @@ define(['require'], function(require) {
"excludeSC"
:
"includeSubClassifications"
,
"excludeSC"
:
"includeSubClassifications"
,
"tagFilters"
:
"tagFilters"
,
"tagFilters"
:
"tagFilters"
,
"entityFilters"
:
"entityFilters"
,
"entityFilters"
:
"entityFilters"
,
"attributes"
:
"attributes"
"attributes"
:
"attributes"
,
"term"
:
"termName"
},
},
"uiParameters"
:
"uiParameters"
"uiParameters"
:
"uiParameters"
}
}
...
...
dashboardv2/public/js/views/search/SearchResultLayoutView.js
View file @
4c121c4d
...
@@ -716,7 +716,7 @@ define(['require',
...
@@ -716,7 +716,7 @@ define(['require',
})
})
};
};
this
.
getTagCol
({
'col'
:
col
,
'columnToShow'
:
columnToShow
});
this
.
getTagCol
({
'col'
:
col
,
'columnToShow'
:
columnToShow
});
if
((
!
_
.
contains
([
"
classification"
,
"
glossary"
],
this
.
fromView
)))
{
if
((
!
_
.
contains
([
"glossary"
],
this
.
fromView
)))
{
this
.
getTermCol
({
'col'
:
col
,
'columnToShow'
:
columnToShow
});
this
.
getTermCol
({
'col'
:
col
,
'columnToShow'
:
columnToShow
});
}
}
...
...
dashboardv2/public/js/views/search/save/SaveSearchView.js
View file @
4c121c4d
...
@@ -96,7 +96,7 @@ define(['require',
...
@@ -96,7 +96,7 @@ define(['require',
},
},
saveAs
:
function
(
e
)
{
saveAs
:
function
(
e
)
{
var
value
=
this
.
getValue
();
var
value
=
this
.
getValue
();
if
(
value
&&
(
value
.
type
||
value
.
tag
||
value
.
query
))
{
if
(
value
&&
(
value
.
type
||
value
.
tag
||
value
.
query
||
value
.
term
))
{
this
.
callSaveModalLayoutView
({
this
.
callSaveModalLayoutView
({
'collection'
:
this
.
collection
,
'collection'
:
this
.
collection
,
'getValue'
:
this
.
getValue
,
'getValue'
:
this
.
getValue
,
...
...
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