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
9e578251
Commit
9e578251
authored
Mar 03, 2017
by
kalyanikk
Committed by
kevalbhatt
Mar 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1595:Create Entity in UI : All attributes are not listed for hdfs_path.
parent
525082ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
CreateEntityLayoutView.js
dashboardv2/public/js/views/entity/CreateEntityLayoutView.js
+2
-1
release-log.txt
release-log.txt
+8
-0
No files found.
dashboardv2/public/js/views/entity/CreateEntityLayoutView.js
View file @
9e578251
...
@@ -360,7 +360,8 @@ define(['require',
...
@@ -360,7 +360,8 @@ define(['require',
this
.
ui
.
toggleRequired
.
prop
(
'checked'
,
true
);
this
.
ui
.
toggleRequired
.
prop
(
'checked'
,
true
);
}
else
{
}
else
{
this
.
ui
.
entityInputData
.
find
(
'fieldset'
).
each
(
function
()
{
this
.
ui
.
entityInputData
.
find
(
'fieldset'
).
each
(
function
()
{
if
(
!
$
(
this
).
find
(
'div'
).
hasClass
(
'false'
))
{
// if checkbox is alredy selected then dont hide
if
(
!
$
(
this
).
find
(
'div'
).
hasClass
(
'false'
)
&&
!
that
.
ui
.
toggleRequired
.
is
(
":checked"
))
{
$
(
this
).
hide
();
$
(
this
).
hide
();
}
}
});
});
...
...
release-log.txt
View file @
9e578251
...
@@ -9,6 +9,14 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
...
@@ -9,6 +9,14 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES:
ALL CHANGES:
ATLAS-1595:Create Entity in UI : All attributes are not listed for hdfs_path. (Kalyanikashikar via kevalbhatt)
ATLAS-1618: updated export to support scope option - full/connected
ATLAS-1621: fixed webapp integration tests failures
ATLAS-1622: Full text mapping using v2 model
ATLAS-1617: Update error code pattern to ATLAS-nnn-mm-xxx
ATLAS-1613: fix for bigdecimal value handling to avoid casting to long (#2 - fix for unittest failures)
ATLAS-1613: fix for bigdecimal value handling to avoid casting to long; fixed incorrect HTTP status code for an error
ATLAS-1614: updated v1 partial-update to perform attribute validation
ATLAS-695: Add Titan 1.0.0 support to Atlas (guptaneeru via jnhagelberg)
ATLAS-695: Add Titan 1.0.0 support to Atlas (guptaneeru via jnhagelberg)
ATLAS-1552: automatic update of inverse references in V2 code path (dkantor)
ATLAS-1552: automatic update of inverse references in V2 code path (dkantor)
ATLAS-1603: fix to handle null value for object_id type attributes (mneethiraj via kevalbhatt)
ATLAS-1603: fix to handle null value for object_id type attributes (mneethiraj via kevalbhatt)
...
...
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