Kierownictwo Urzędu:

Print Drukuj

Kierownictwo Urzędu:
Dyrektor - Hubert Ostapowicz
Zastępca Dyrektora ds. Funduszy - Jarosław Sadowski
Zastępca Dyrektora ds. Rynku Pracy - Arkadiusz  Studniarek

Informacje o publikacji dokumentu


Wystąpił błąd podczas przetwarzania szablonu.
Java method "com.liferay.portal.kernel.theme.NavItem.getChildren()" threw an exception when invoked on com.liferay.portal.kernel.theme.NavItem object "com.liferay.portal.kernel.theme.NavItem@dc52a"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: @buildNavigation branchNavItems=branc...  [in template "NAVIGATION-MACRO-FTL" in macro "buildNavigation" at line 80, column 49]
	- Reached through: @buildNavigation branchNavItems=branc...  [in template "NAVIGATION-MACRO-FTL" in macro "buildNavigation" at line 80, column 49]
	- Reached through: @buildNavigation branchNavItems=branc...  [in template "10202#10240#31178129" at line 11, column 17]
----
1<#include "${templatesPath}/NAVIGATION-MACRO-FTL" /> 
2 
3<#if !entries?has_content> 
4	<#if themeDisplay.isSignedIn()> 
5		<div class="alert alert-info"> 
6			<@liferay.language key="there-are-no-menu-items-to-display" /> 
7		</div> 
8	</#if> 
9<#else> 
10	<div aria-label="<@liferay.language key="site-pages" />" class="list-menu"> 
11		<@buildNavigation 
12			branchNavItems=branchNavItems 
13			cssClass="layouts" 
14			displayDepth=displayDepth 
15			includeAllChildNavItems=true 
16			navItemLevel=1 
17			navItems=entries 
18		/> 
19	</div> 
20</#if>