You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/06/15 16:02:39 UTC

svn propchange: r1493353 - svn:log

Author: jleroux
Revision: 1493353
Modified property: svn:log

Modified: svn:log at Sat Jun 15 14:02:39 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jun 15 14:02:39 2013
@@ -1,4 +1,4 @@
-"Applied fix from trunk for revision: 1493352" 
+Partially "Applied fix from trunk for revision: 1493352" appbarclose.ftl was not concerned
 ------------------------------------------------------------------------
 r1493352 | jleroux | 2013-06-15 15:40:42 +0200 (sam., 15 juin 2013) | 40 lines
 
@@ -25,19 +25,6 @@ reason : 
 code iterate on a list and modify it, I don't know how it could work before ;-)
 I propose to use an other list on iterate 
 
-2) on appbarclose.ftl for tomawak theme there is
-{code}
-    <#assign portalPage = delegator.findOne("PortalPage", findMap, true)>
-{code}
-when you click to "revert to original" in dasboard screen
-{code}
-Error on line 45, column 5 in component://tomahawk/includes/appbarClose.ftl delegator.findOne("PortalPage", findMap, true) is undefined. It cannot be assigned to portalPage The problematic instruction: ---------- ==> assignment: portalPage=delegator.findOne("PortalPage", findMap, true) [on line 45, column 5 in component://tomahawk/includes/appbarClose.ftl] -
-{code}
-2.1) to see the error, modify ExampleMenus.xml and change menu-item name from "Dasboard" to "Dasboard1" 
-2.2) go to example / dashboard and edit one page
-2.3) click to "revert to original"
-I propose to add ?if_exists 
-
 One other bug in portal page personalization.
 When trying to delete portlet or column in portal page, there is an error because in delete service, cache is used to read data before remove.