Announcement

Collapse
No announcement yet.

Probably bug: two multiple attachment fields (Espo 6.0.8)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Probably bug: two multiple attachment fields (Espo 6.0.8)

    I can't use 2 multiple attachment fields in one entity.

    Fields don't separating attachments. May be because field 'field' in attachment not filled and not used


    Solved.

    I have several attachment not attached to any entities. When I try assign attachment to entity I call PUT with
    "multimediaIds": [
    "5fae6ca12d6cca22e",
    "5fae6ca12d6cd9bfc",
    "5fae6ca12d6ce1323"
    ]

    Also I should PUT to attachment
    [
    "field" : "multimedia"
    ]
    Attached Files
    Last edited by dimyy; 12-25-2020, 08:32 AM.
Working...
X