Nos derniers rapports et publications récentes

Filtre

Date
حصل خطأ عند معالجة القالب.
Java method "com.sun.proxy.$Proxy1204.getArticle(long, String)" threw an exception when invoked on com.sun.proxy.$Proxy1204 object "com.liferay.journal.service.impl.JournalArticleServiceImpl@603999cd"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign journalArticle = journalArtic...  [in template "6026335353695249076#20119#780104" at line 15, column 22]
----
1<#assign groupId = themeDisplay.getScopeGroupId() /> 
2<#assign journalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleService") /> 
3  
4 
5 
6<#if searchResultsPortletDisplayContext.getDocuments()?has_content> 
7 
8<div class="row"> 
9  
10		 
11			 
12       <#list searchResultsPortletDisplayContext.getDocuments() as entry> 
13				 <#assign articleId = entry.get("articleId") /> 
14  
15		     <#assign journalArticle = journalArticleLocalService.getArticle(groupId, articleId) /> 
16         <div class="col col-md-6 col-sm-12 mt-3 d-flex align-items-stretch "> 
17					  
18         		 <@liferay_journal["journal-article"] 
19                    articleId=journalArticle.getArticleId() 
20                    ddmTemplateKey="648874" 
21                    groupId=journalArticle.getGroupId() 
22                /> 
23				  
24			 
25	</div>  
26			 </#list> 
27 
28	</div> 
29    </#if>