Removed attachment info from ‘transaction’ section in certificate data.

master-GE
Giulio Cesare Solaroli 2016-03-29 18:47:06 +02:00
parent 2a99e316fe
commit e6b6e43dce
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ Clipperz.Base.extend(Clipperz.PM.DataModel.Record, Clipperz.PM.DataModel.Encrypt
MochiKit.Base.methodcaller('getAddress')
],
'attachments': MochiKit.Base.method(this, 'computeAttachmentsCertificateInfo')
// 'attachments': MochiKit.Base.method(this, 'computeAttachmentsCertificateInfo')
});
//deferredResult.addCallback(function (aValue) { console.log("=== CERTIFICATE INFO", MochiKit.Base.serializeJSON(aValue)); return aValue;});
deferredResult.callback();