Uploaded image for project: 'Social Networking'
  1. Social Networking
  2. SOCIAL-53

Sharing content by mail shows an asterix instead of errors in the form

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

      Probably because there are no errors.

      => cannot share the content by mail

          [SOCIAL-53] Sharing content by mail shows an asterix instead of errors in the form

          Format of ActionResultGenerator has changed in 4.0. In case of error:

          <ActionResult>
             <error>Le captcha est invalide</error>
             <error>L'adresse mail est invalide</error>
          </ActionResult>
          

          becomes

          <ActionResult>
             <error>
                   <error>Le captcha est invalide</error>
                   <error>L'adresse mail est invalide</error>
             </error>
          </ActionResult>
          

           

          Laurence Aumeunier added a comment - Format of ActionResultGenerator has changed in 4.0. In case of error: <ActionResult> <error> Le captcha est invalide </error> <error> L'adresse mail est invalide </error> </ActionResult> becomes <ActionResult> <error> <error> Le captcha est invalide </error> <error> L'adresse mail est invalide </error> </error> </ActionResult>  

            glefebvre Grégory Lefebvre (Inactive)
            dlagouilly Doha Lagouilly (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: