Fix copy of session in reload context

This commit is contained in:
C?dric Krier 2014-05-19 21:08:13 +02:00
parent 358f2ef107
commit 0bfe3c2af0

View file

@ -106,7 +106,7 @@
'params': [true, {}]
};
// Call with custom session to not send context
var session = jQuery.extend({}, session);
var session = jQuery.extend({}, this);
session.context = {};
var prm = Sao.rpc(args, session);
return prm.then(function(context) {