You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/12 16:25:07 UTC

svn commit: r527955 - /lenya/trunk/src/pubs/default/config/menus/generic.xsp

Author: andreas
Date: Thu Apr 12 07:25:04 2007
New Revision: 527955

URL: http://svn.apache.org/viewvc?view=rev&rev=527955
Log:
Removed reference to Document.getId()

Modified:
    lenya/trunk/src/pubs/default/config/menus/generic.xsp

Modified: lenya/trunk/src/pubs/default/config/menus/generic.xsp
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/menus/generic.xsp?view=diff&rev=527955&r1=527954&r2=527955
==============================================================================
--- lenya/trunk/src/pubs/default/config/menus/generic.xsp (original)
+++ lenya/trunk/src/pubs/default/config/menus/generic.xsp Thu Apr 12 07:25:04 2007
@@ -47,7 +47,7 @@
           document = (Document) documentObject;
 
         visible = <input:get-attribute module="doc-info" as="string">
-          <input:param name="name"><xsp:expr>document.getPublication().getId() + ":" + document.getArea() + ":" + document.getId() + ":" + document.getLanguage() + ":visibleInNav"</xsp:expr></input:param>
+          <input:param name="name"><xsp:expr>document.getPublication().getId() + ":" + document.getArea() + ":" + document.getUUID() + ":" + document.getLanguage() + ":visibleInNav"</xsp:expr></input:param>
         </input:get-attribute>;
       }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org