Author: hansbak
Date: Fri Oct 16 03:59:46 2009
New Revision: 825757
URL:
http://svn.apache.org/viewvc?rev=825757&view=revLog:
password change sometimes gives a 'non authorized' error on the getLastSystemInfoNote service
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=825757&r1=825756&r2=825757&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Fri Oct 16 03:59:46 2009
@@ -61,9 +61,7 @@
<section>
<condition>
<and>
- <not><if-empty field="userLogin"/></not>
- <not><if-empty field="userLogin.hasLoggedOut"/></not>
- <if-compare field="userLogin.hasLoggedOut" operator="equals" value="N"/>
+ <if-compare-field field="userLogin" operator="not-equals" to-field="nullValue"/>
</and>
</condition>
<actions>