Skip to content
Snippets Groups Projects
Commit f8bfdad4 authored by Juan Fuentes's avatar Juan Fuentes
Browse files

SSDM-11348 : Improved way of adding parents

parent b2503f55
No related branches found
No related tags found
No related merge requests found
......@@ -579,7 +579,7 @@ function LinksView(linksController, linksModel) {
});
};
var id = "plus-btn-" + linksModel.title.split(" ").join("-").toLowerCase() + "-type-selector";
var $addBtn = FormUtil.getButtonWithIcon("glyphicon-search", (linksModel.isDisabled)?null:enabledFunction, "Search", null, id);
var $addBtn = FormUtil.getButtonWithIcon("glyphicon-search", (linksModel.isDisabled)?null:enabledFunction, "Search Any", null, id);
if(linksModel.isDisabled) {
return "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment