Uploaded image for project: 'SMS'
  1. SMS
  2. SMS-32

Adapt the ajax requests to new ActionResultGenerator xml format

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.0.0
    • 2.0.0
    • None

      Format of ActionResultGenerator has changed since 4.0 version:

      <ActionResult>
         <error>Error 1</error>
         <error>Error 2</error> 
      </ActionResult>
      

      becomes

      <ActionResult>
         <error>
              <error>Error 1</error>
              <error>Error 2</error> 
         </error>
      </ActionResult>
      

      The jquery instruction to get errors has to be changed

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: