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,7 +17,10 @@ 17 17 and doc.fullName like :fullNamePrefix 18 18 order by doc.fullName") 19 19 20 -#set($elementRows = $services.query.hql($hqlElements).bindValue('rootDocFullName', $rootDocFullName).bindValue('fullNamePrefix', $fullNamePrefix).execute()) 20 +#set($elementRows = $services.query.hql($hqlElements) 21 + .bindValue('rootDocFullName', $rootDocFullName) 22 + .bindValue('fullNamePrefix', $fullNamePrefix) 23 + .execute()) 21 21 22 22 ## --------------------------- 23 23 ## 2. Получаем термины глоссария