Skip to content
Snippets Groups Projects
Commit 88e1a44d authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch '#2003263_FixKeywordUtilsGetEntryArray' into '2021.2'

[Projekt: Entwicklung - Neon][TicketNr.: 2003263][Keyword_lib -...

See merge request xrm/basic!1576
parents 729c6de0 0e71256e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import("system.translate");
import("system.vars");
import("KeywordRegistry_basic");
import("Sql_lib");
import("Util_lib");
/**
* provides methods for interactions with keywords
......@@ -523,4 +524,4 @@ LanguageKeywordUtils.Iso2FromIso3 = function(key, pAlias)
var res = languageInfo.iso2;
return res == undefined ? "" : res;
};
\ No newline at end of file
};
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