Hi, How can I disable auto view error dialog message after appService's method call? for now after each app service's method execution, abp automatically handle it and view a message to user, even throw UserFriendlyException or AbpException
3 Answer(s)
-
0
Hi,
Please check this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1301">https://github.com/aspnetboilerplate/as ... ssues/1301</a>. You need the latest abp packages for this one.
-
0
Related of this issue is it possobile to do that:
- call service
- validate logic
- if OK (return 200 with object or null)
- if ERROR return (500 with custom messsage)
the idea is: appService.saveOrUpdate(data).then(function(data){ // OK code } ,function(error){ // Error code });
-
0
Hi,
Have you seen this issue ? <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1007">https://github.com/aspnetboilerplate/as ... ssues/1007</a> Does that work for you ?