svn commit: r825871 - /ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r825871 - /ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

hansbak-2
Author: hansbak
Date: Fri Oct 16 12:58:06 2009
New Revision: 825871

URL: http://svn.apache.org/viewvc?rev=825871&view=rev
Log:
reverting r 825757 according erwan it does break the login screen

Modified:
    ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=825871&r1=825870&r2=825871&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Fri Oct 16 12:58:06 2009
@@ -61,7 +61,9 @@
                 <section>
                     <condition>
                         <and>
-                            <if-compare-field field="userLogin" operator="not-equals" to-field="nullValue"/>
+                            <not><if-empty field="userLogin"/></not>
+                            <not><if-empty field="userLogin.hasLoggedOut"/></not>
+                            <if-compare field="userLogin.hasLoggedOut" operator="equals" value="N"/>
                         </and>
                     </condition>
                     <actions>