Changes for page Intersection table of ML Elements with glossary terms
Last modified by Artur K. on 2026/06/01 15:50
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,10 +17,7 @@ 17 17 and doc.fullName like :fullNamePrefix 18 18 order by doc.fullName") 19 19 20 -#set($elementRows = $services.query.hql($hqlElements) 21 - .bindValue('rootDocFullName', $rootDocFullName) 22 - .bindValue('fullNamePrefix', $fullNamePrefix) 23 - .execute()) 20 +#set($elementRows = $services.query.hql($hqlElements).bindValue('rootDocFullName', $rootDocFullName).bindValue('fullNamePrefix', $fullNamePrefix).execute()) 24 24 25 25 ## --------------------------- 26 26 ## 2. Получаем термины глоссария ... ... @@ -46,7 +46,7 @@ 46 46 #set($glossaryTitle = "$!row[1]") 47 47 48 48 #if("$!glossaryTitle" != "") 49 - #set($normalizedGlossaryTitle = $stringtool.lowerCase($glossaryTitle).replaceAll("\ \s+", ""))46 + #set($normalizedGlossaryTitle = $stringtool.lowerCase($glossaryTitle).replaceAll("\s+", "")) 50 50 51 51 #if("$!normalizedGlossaryTitle" != "") 52 52 #set($discard = $glossaryMap.put($normalizedGlossaryTitle, { ... ... @@ -68,7 +68,7 @@ 68 68 #set($elementTitle = "$!row[1]") 69 69 70 70 #if("$!elementTitle" != "") 71 - #set($normalizedElementTitle = $stringtool.lowerCase($elementTitle).replaceAll("\ \s+", ""))68 + #set($normalizedElementTitle = $stringtool.lowerCase($elementTitle).replaceAll("\s+", "")) 72 72 73 73 #if($glossaryMap.containsKey($normalizedElementTitle)) 74 74 #set($glossaryData = $glossaryMap.get($normalizedElementTitle))