Closed misstick closed 8 years ago
UpdateApplicationModal should display a ok button when changes are applied.
ok
UpdateApplicationModal disappear when changes are applied.
endCallback was closing modal after success; so
endCallback
cancelCallback
onSuccessCallback
behavior
Expected behavior
UpdateApplicationModal should display a
ok
button when changes are applied.Buggy behavior
UpdateApplicationModal disappear when changes are applied.
FIX
endCallback
was closing modal after success; socancelCallback
,cancelCallback
fromonSuccessCallback
.