Дневен ред, материали и протоколи 

Възникна грешка при обработка на шаблона.
The following has evaluated to null or missing:
==> renderer.getArticle  [in template "13836955528579#20119#138356" at line 32, column 11]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: Article = renderer.getArticle()  [in template "13836955528579#20119#138356" at line 32, column 1]
----
1<#-- 
2Resposive Table 
3--> 
4<style> 
5.abs-news-title { 
6font-weight: 500; 
7  margin-right: 8px; 
8  padding-bottom: 1px; 
9	line-height: 25px; 
10 
11
12 
13.abs-desc { 
14margin-top: 3px; 
15line-height: 18px; 
16color: #4e4e4e !important; 
17
18.abs-more { 
19	font-size: 16px; 
20color: #0458d5 !important; 
21}  
22.row.obzov { 
23	border: 1px solid #ccc; 
24
25</style> 
26<div class="col-12"> 
27<#if entries?has_content> 
28    <#list entries as curEntry> 
29<#assign     
30newstitle = curEntry.getTitle(locale) 
31renderer = curEntry.getAssetRenderer() 
32Article = renderer.getArticle()  
33date =  curEntry.getPublishDate()?string["dd.MM.yyyy"] 
34viewURL0 = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry) 
35viewURL = renderer.getURLViewInContext(renderRequest, renderResponse, viewURL0)	/> 
36<div class="row obzov"> 
37<div class="col-12" >	 
38<a href="${viewURL}" title='${newstitle}' area-label='${newstitle}'>	 
39<h4 class="abs-news-title">${newstitle}</h4> 
40</a> 
41</div> 
42<div class="col-xxl-10 col-xl-10 col-lg-10 col-md-9 col-sm-8 col-xs-12 pl-2 pr-0 bg-white"> 
43 
44 
45<div class="mt-2"> 
46<div class="col-xxl-2 col-xl-2 col-lg-2 col-md-3 col-sm-4 col-xs-12 pl-1" > 
47    <div> 
48<h5> <i class="icon-calendar"></i> ${date}</h5> 
49    </div> 
50</div> 
51</div> 
52	 
53</div> 
54	 
55</div> 
56<br>        
57</#list>  
58</#if> 
59</div> 

Комисия по Законност, обществен ред и общинска собственост

ПРЕДСЕДАТЕЛ

  • Светлана Добрева Атанасова

ЧЛЕНОВЕ:

  • Ива Петрова Дамянова

  • Димитър Георгиев Симитчиев

  • Мая Емилова Христева

  • Спас Стоянов Кордев

Вътрешни правила

СЪОБЩЕНИЯ

— 2 Елементи на страница
Показване на 1 - 2 от 12 резултата.