0
JLombela created
2 Answer(s)
-
0
Only
abp.message.confirm
acceptscallback
function directly. Documentation: https://aspnetboilerplate.com/Pages/Documents/Javascript-API/MessageFor other methods in the Message API, you can use the undocumented
.then(callback)
:abp.message.success( app.localize('Transfer1'), app.localize('TransferSuccessful') ).then(function (isConfirmed) { location.href = "/App/Transactions"; });
-
0
This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.