Skip to content
Snippets Groups Projects
Commit 293491de authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix keyword lib

parent 3bb3ecfc
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ KeywordData.getKeywordAttributeRelations = function (pKeywordContainer)
.join("AB_KEYWORD_ATTRIBUTE", "AB_KEYWORD_ATTRIBUTE.CONTAINER = AB_KEYWORD_ENTRY.CONTAINER")
.leftJoin("AB_KEYWORD_ATTRIBUTERELATION", newWhere("AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ATTRIBUTE_ID = AB_KEYWORD_ATTRIBUTE.AB_KEYWORD_ATTRIBUTEID")
.and("AB_KEYWORD_ATTRIBUTERELATION.AB_KEYWORD_ENTRY_ID = AB_KEYWORD_ENTRY.AB_KEYWORD_ENTRYID"))
.where("AB_KEYWORD_ENTRY.CONTAINER", pKeywordContainer)
.table();
var res = {};
......@@ -97,6 +98,8 @@ KeywordData.getKeywordAttributeRelations = function (pKeywordContainer)
}
return res;
});
return data;
}
function LanguageData(){}
......
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