Skip to content

Commit

Permalink
#324 Success callback is in parent
Browse files Browse the repository at this point in the history
  • Loading branch information
doolse committed Sep 24, 2017
1 parent c736986 commit 19948ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ abstract class AbstractTaskActionDialog extends AbstractOkayableDialog[TaskActio
} else null
}

def setSuccessCallable(successCallable : JSCallable) = this.successCallable = successCallable
def setSuccessCallable(successCallable : JSCallable) = this.successCallable = addParentCallable(successCallable)


@EventHandlerMethod def ok(info: SectionInfo): Unit = {
Expand Down

0 comments on commit 19948ef

Please sign in to comment.