Commit 046ff52b by Shwetha GS

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
......@@ -23,6 +23,7 @@ angular.module('dgc.tags.definition').controller('definitionTagsController', ['$
$scope.category = 'TRAIT';
$scope.tagModel = {
typeName: null,
typeDescription: null,
superTypes: [],
attributeDefinitions: []
};
......
......@@ -24,6 +24,7 @@ angular.module('dgc.tags').factory('tagClasses', ['lodash', function classFactor
return _.merge({
superTypes: [],
typeName: null,
typeDescription: null,
attributeDefinitions: []
}, props);
}
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment