This is just some static backup of the original site, don't expect every link to work!

Changeset 02ceef


Ignore:
Timestamp:
Nov 26, 2011, 11:44:59 PM (11 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
07ec84
Parents:
036c4d
Message:

fix for sending without recipients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_rdfDatasource.js

    r036c4d r02ceef  
    911911        Log.debug("storeVIdentityToAllRecipients dontUpdateMultipleNoEqual='" + dontUpdateMultipleNoEqual + "'")
    912912       
     913        let returnValue = { update : "cancel" };
    913914        for (var j = 0; j < recipients.length; j++) {
    914             var returnValue = this.__updateStorageFromVIdentity(identityData, recipients[j].recipient, recipients[j].recipientType, dontUpdateMultipleNoEqual);
     915            returnValue = this.__updateStorageFromVIdentity(identityData, recipients[j].recipient, recipients[j].recipientType, dontUpdateMultipleNoEqual);
    915916            if (returnValue.update != "accept")  break;
    916917        }
     
    976977                    "chrome, dialog, modal, alwaysRaised, resizable=yes",
    977978                     warning, retVar)
    978         dump("retVar.returnValue=" + retVar.returnValue + "\n")
     979        Log.debug("retVar.returnValue=" + retVar.returnValue)
    979980        return retVar.returnValue;
    980981    },
Note: See TracChangeset for help on using the changeset viewer.