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

Adapt the ajax requests to new ActionResultGenerator xml format

    • 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

          [SMS-32] Adapt the ajax requests to new ActionResultGenerator xml format

          Laurence Aumeunier made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Laurence Aumeunier created issue -

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

              Created:
              Updated:
              Resolved: