From: Mark Date: Mon, 19 Dec 2016 11:15:44 +0000 (+0200) Subject: debug click to refresh X-Git-Url: https://xp-dev.com/git/namibia/commitdiff_plain/c449ac80b48405f72fd700d5cd406397b3a17d8a debug click to refresh --- diff --git a/public/js/app/workspace.js b/public/js/app/workspace.js index 1275505..e672f1b 100644 --- a/public/js/app/workspace.js +++ b/public/js/app/workspace.js @@ -1154,6 +1154,9 @@ taskContractError : function( response ) { + console.log('here2', this.itemId); + console.log('here2',this.itemData); + console.log('here2',this.formMeta); App.API.getTask( 'getActiveAccount', 'User', 'Profile.ActiveAccount', null, {}, function() { @@ -1174,8 +1177,9 @@ taskExecError : function( response ) { - console.log(this.itemId); - console.log(this.itemData); + console.log('here1', this.itemId); + console.log('here1',this.itemData); + console.log('here1',this.formMeta); App.API.getTask( 'getActiveAccount', 'User', 'Profile.ActiveAccount', null, {}, function() {