You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/01/16 10:50:03 UTC

svn commit: r1724943 - /ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Author: deepak
Date: Sat Jan 16 09:50:02 2016
New Revision: 1724943

URL: http://svn.apache.org/viewvc?rev=1724943&view=rev
Log:
(OFBIZ-6789) Applied patch from jira issue OFBIZ-6789
============================================================
image management cannot share images
============================================================

Thanks Wai for reporting the issue and Vaibhav for the patch.

Modified:
    ofbiz/trunk/framework/images/webapp/images/fieldlookup.js

Modified: ofbiz/trunk/framework/images/webapp/images/fieldlookup.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/fieldlookup.js?rev=1724943&r1=1724942&r2=1724943&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/fieldlookup.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/fieldlookup.js Sat Jan 16 09:50:02 2016
@@ -50,7 +50,7 @@ function lookup_popup1(view_name, form_n
 
 function lookup_popup2(view_name) {
     var argString = "";
-    if (this.args !== null) {
+    if (this.args != null) {
         if (this.args.length > 2) {
             var i;
             for (i = 2; i < this.args.length; i++) {