Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2834

When saving a password in admin interface, it is not saved

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.2.0
    • 4.2.0
    • None
    • None
    • 4.2 M3

      When saving a password (e.g : smtp password) from the admin interface, it is not saved.

      I think this may come from org.ametys.plugins.core.impl.model.type.xml.PasswordXMLElementType.fromJSONForClient(Object)

          @Override
          public String fromJSONForClient(Object json)
          {
              // Cannot get password from JSON;
              return null;
          }
      

      When saving, this is executed, and then "null" is passed.

            cbayle Caroline Bayle
            pgros Pierre Gros (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: