Base solution for your next web application
Open Closed

SweetAlert not working properly #4653


User avatar
0
omarsultan created

Hi there, after updating all of nuget packages (abp-web-resources,..) i am having issues in the "abp.messages" class any solutions ?


8 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    What issues?

  • User Avatar
    0
    omarsultan created

    do you see that the confirmation message does not have any options ? it seems to be not working

  • User Avatar
    0
    alper created
    Support Team

    I just tried the delete confirm message box in the demo and it works as expected. did you change anything here

    check out this post #4261@a547f568-7f19-4121-ab7e-9e9381e2c02b

    [attachment=0:26waced0]Screenshot_1.jpg[/attachment:26waced0]

  • User Avatar
    0
    omarsultan created

    yes i have updated all of the nuget packages

  • User Avatar
    0
    omarsultan created

    and i am using module zero

  • User Avatar
    0
    alper created
    Support Team

    hi,

    things might have been changed after upgrading to latest SweetAlert... can you check asp.net zero commits related with SweetAlert development. maybe that'll show you what to change in your client-side. and check the release notes of SweetAlert from the old version that you had until the latest one.

  • User Avatar
    0
    OutdoorEd created

    Depending on what version, I just moved ASP.NET MVC 5 up to 5.1 and noticed that there are some location differences in SweetAlert from my previous version. Take a look at App_Start\Bundling\ScriptPaths.cs and see if SweetAlert is mapping to the correct location.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @OutdoorEd thanks for the feedback.