Author: hansbak
Date: Sun Jul 12 02:10:07 2009
New Revision: 793259
URL:
http://svn.apache.org/viewvc?rev=793259&view=revLog:
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"/>