Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions bb3765 ... vs c449ac ... for public/js/app/workspace.js

Diff revisions: vs.
  @@ -1154,6 +1154,9 @@
1154 1154
1155 1155 taskContractError : function( response )
1156 1156 {
1157 + console.log('here2', this.itemId);
1158 + console.log('here2',this.itemData);
1159 + console.log('here2',this.formMeta);
1157 1160 App.API.getTask(
1158 1161 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1159 1162 {}, function() {
  @@ -1174,8 +1177,9 @@
1174 1177
1175 1178 taskExecError : function( response )
1176 1179 {
1177 - console.log(this.itemId);
1178 - console.log(this.itemData);
1180 + console.log('here1', this.itemId);
1181 + console.log('here1',this.itemData);
1182 + console.log('here1',this.formMeta);
1179 1183 App.API.getTask(
1180 1184 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1181 1185 {}, function() {