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
046ff52b
Commit
046ff52b
authored
8 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-555 Tag creation from UI fails due to missing description attribute…
ATLAS-555 Tag creation from UI fails due to missing description attribute (guptaneeru via shwethags)
parent
125dc976
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
definitionTagsController.js
...ublic/modules/tags/definition/definitionTagsController.js
+1
-0
tagClasses.js
dashboard/public/modules/tags/tagClasses.js
+1
-0
release-log.txt
release-log.txt
+1
-0
No files found.
dashboard/public/modules/tags/definition/definitionTagsController.js
View file @
046ff52b
...
...
@@ -23,6 +23,7 @@ angular.module('dgc.tags.definition').controller('definitionTagsController', ['$
$scope
.
category
=
'TRAIT'
;
$scope
.
tagModel
=
{
typeName
:
null
,
typeDescription
:
null
,
superTypes
:
[],
attributeDefinitions
:
[]
};
...
...
This diff is collapsed.
Click to expand it.
dashboard/public/modules/tags/tagClasses.js
View file @
046ff52b
...
...
@@ -24,6 +24,7 @@ angular.module('dgc.tags').factory('tagClasses', ['lodash', function classFactor
return
_
.
merge
({
superTypes
:
[],
typeName
:
null
,
typeDescription
:
null
,
attributeDefinitions
:
[]
},
props
);
}
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
046ff52b
...
...
@@ -11,6 +11,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES:
ATLAS-555 Tag creation from UI fails due to missing description attribute (guptaneeru via shwethags)
ATLAS-522 Support Alter table commands (sumasai via shwethags)
ATLAS-512 Decouple currently integrating components from availability of Atlas service for raising metadata events ( yhemanth via sumasai)
ATLAS-537 Falcon hook failing when tried to submit a process which creates a hive table ( shwethags via sumasai)
...
...
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