Commit 92c0c3e5 by kevalbhatt

ATLAS-3101 : UI Regression : Unable to search by _CLASSIFIED and _NOT_CLASSIFIED

parent 9b6a1e6c
......@@ -478,7 +478,7 @@ define(['require',
if (_.isUndefined(isTypeOnly)) {
//to insert extra classification list
_.each(Enums.addOnClassification, function(classificationName) {
tagStr += '<option>' + classificationName + '</option>';
tagStr += '<option value="' + (classificationName) + '" data-name="' + (classificationName) + '">' + classificationName + '</option>';
});
that.ui.tagLov.html(tagStr);
this.ui.tagLov.select2({
......
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