name and surname missing in event.get->select_acknowledges

XMLWordPrintable

    • Type: Problem report
    • Resolution: Cannot Reproduce
    • Priority: Major
    • None
    • Affects Version/s: 3.4.6
    • Component/s: API (A)
    • Environment:
      Red Hat 7.4

      Steps to reproduce:
      Make an API call using event.get with
      "select_acknowledges": "extend"

      Result:
      API answers with JSON
      ...

                  "acknowledges": [
                      {
                          "acknowledgeid": "1",
                          "userid": "1",
                          "eventid": "12345",
                          "clock": "1234567890",
                          "message": "some ack message",
                          "alias": "jdoe"
                      }
                  ],
      

      ...

      • Expected Result:*
        API answers with JSON
        ...
                    "acknowledges": [
                        {
                            "acknowledgeid": "1",
                            "userid": "1",
                            "eventid": "12345",
                            "clock": "1234567890",
                            "message": "some ack message",
                            "alias": "jdoe",
                            "name": "John",
                            "surname": "Doe",
                        }
                    ],
        

        ...

            Assignee:
            Unassigned
            Reporter:
            Niclas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: