Details

    • Type: Bug
    • Status: Progressing (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None Labels
    • Rank (Obsolete):
      9223372036854775807
    • Acceptance Criteria:

      Description

                     {
                          "name" : "uploadUrl",
                          "value" : "http://10.69.0.163:1080/jmap/upload",
                          "_id" : ObjectId("5785f85cd7f4033c00fc606d")
                      }, 
                      {
                          "name" : "downloadUrl",
                          "value" : "http://10.69.0.163:1080/jmap/download",
                          "_id" : ObjectId("5785f85cd7f4033c00fc606c")
                      }, 
      

      should be replaced with

                    {
                          "name" : "uploadUrl",
                          "value" : "http://10.69.0.163:1080/upload",
                          "_id" : ObjectId("5785f85cd7f4033c00fc606d")
                      }, 
                      {
                          "name" : "downloadUrl",
                          "value" : "http://10.69.0.163:1080/download",
                          "_id" : ObjectId("5785f85cd7f4033c00fc606c")
                      }, 
                     {
                         "name" : "composer.attachments",
                          "value" : true
                     }
      
      

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            scolson Stephane COLSON
            Reporter:
            scolson Stephane COLSON

            Dates

            • Created:
              Updated:

              Development