From c449ac80b48405f72fd700d5cd406397b3a17d8a Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 19 Dec 2016 13:15:44 +0200 Subject: [PATCH] debug click to refresh --- public/js/app/workspace.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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() { -- 2.20.1