Could be a fetchResult() or executeStatement()
@@ -653,7 +653,9 @@
huePubSub.publish('hide.retry.modal');
}
notebook.retryModalConfirm = function () {
- self.execute();
+ if (callback) {
+ callback();
+ };
huePubSub.publish('show.retry.modal');