Skip to content

Commit

Permalink
LDEV-5043 - allow alias "customTagSearchLocal"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 13, 2024
1 parent d601359 commit 93e8637
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2885,6 +2885,7 @@ else if (hasCS) {
}
else {
String strDoCTLocalSearch = getAttr(root, "customTagLocalSearch");
if (StringUtil.isEmpty(strDoCTLocalSearch, true)) strDoCTLocalSearch = getAttr(root, "customTagSearchLocal");
if (hasAccess && !StringUtil.isEmpty(strDoCTLocalSearch)) {
config.setDoLocalCustomTag(Caster.toBooleanValue(strDoCTLocalSearch.trim(), true));
}
Expand Down

0 comments on commit 93e8637

Please sign in to comment.