Base solution for your next web application
Open Closed

Override UserFriendlyException. #329


User avatar
0
mrvithan created

I am trying to override abp.message.info and other abp.message when throw an userfriendlyexception. I am trying

abp.message.info = function (detail, title) { };

But nothing happen. Any help ?

PS. I know this might not related to ABP issue. But any help will be thank you.


2 Answer(s)
  • User Avatar
    0
    mrvithan created

    I have tried to override following this topic #308, but it won't work. Still show default error message.

  • User Avatar
    0
    mrvithan created

    Solved already.