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
a78b9c00
Commit
a78b9c00
authored
7 years ago
by
pratik24mac
Committed by
nixonrodrigues
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2300 : UI - Delete Tag is not functioning from Entity Details page
Signed-off-by:
nixonrodrigues
<
nixon@apache.org
>
parent
7892a331
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
DetailPageLayoutView.js
...ardv2/public/js/views/detail_page/DetailPageLayoutView.js
+3
-2
No files found.
dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js
View file @
a78b9c00
...
...
@@ -281,7 +281,8 @@ define(['require',
modal
.
on
(
'ok'
,
function
()
{
that
.
deleteTagData
({
'tagName'
:
tagName
,
'guid'
:
that
.
id
'guid'
:
that
.
id
,
'el'
:
$
(
e
.
currentTarget
)
});
});
modal
.
on
(
'closeModal'
,
function
()
{
...
...
@@ -291,7 +292,7 @@ define(['require',
},
deleteTagData
:
function
(
options
)
{
var
that
=
this
,
tagName
=
$
(
e
.
currentTarget
)
.
text
();
tagName
=
options
.
el
.
text
();
Utils
.
showTitleLoader
(
this
.
$
(
'.page-title .fontLoader'
),
this
.
$
(
'.entityDetail'
));
CommonViewFunction
.
deleteTag
(
_
.
extend
({},
options
,
{
callback
:
function
()
{
...
...
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