Author: julien_viet
Date: 2010-02-09 04:33:04 -0500 (Tue, 09 Feb 2010)
New Revision: 1582
Modified:
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/config/model/PageNavigation.java
Log:
add getDescription(() method that returns empty in the PageNavigation to make UI happy for
now
Modified:
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/config/model/PageNavigation.java
===================================================================
---
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/config/model/PageNavigation.java 2010-02-09
09:10:02 UTC (rev 1581)
+++
portal/trunk/component/portal/src/main/java/org/exoplatform/portal/config/model/PageNavigation.java 2010-02-09
09:33:04 UTC (rev 1582)
@@ -71,6 +71,12 @@
this.pageNodes = children;
}
+ // Make gtmpl happy with that for now
+ public String getDescription()
+ {
+ return null;
+ }
+
public int getId()
{
return getOwner().hashCode();
Show replies by date