svn commit: r793259 - /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: r793259 - /ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

hansbak-2
Author: hansbak
Date: Sun Jul 12 02:10:07 2009
New Revision: 793259

URL: http://svn.apache.org/viewvc?rev=793259&view=rev
Log:
correct auth error when change password of the logged in user

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=793259&r1=793258&r2=793259&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Sun Jul 12 02:10:07 2009
@@ -61,7 +61,11 @@
                 </section>
                 <section>
                     <condition>
-                        <not><if-empty field="userLogin"/></not>
+                        <and>
+                            <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>                
                         <service service-name="getLastSystemInfoNote" result-map="resultNote"/>