You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving multiple Custom Attachments in the same item the first attachment uploads fine, but any subsequent attachment data gets saved inside the item metadata, instead of the attachment table.
That means only the first attachment will be visible in the item summary.
Based on my testing this will only occur if It is caused when the attachment metadata path is is laid out in a very specific way: /item/{anyNodeName}/attachments/{anyNodeName}
So, for example /item/localData/attachments/resources would cause the bug to happen. As part of my local testing something like /item/charlietest/attachments/charlie would also cause the same bug.
I'm by no means a python or EBI expert, but it seems like
When saving multiple Custom Attachments in the same item the first attachment uploads fine, but any subsequent attachment data gets saved inside the item metadata, instead of the attachment table.
That means only the first attachment will be visible in the item summary.
Based on my testing this will only occur if It is caused when the attachment metadata path is is laid out in a very specific way: /item/{anyNodeName}/attachments/{anyNodeName}
So, for example /item/localData/attachments/resources would cause the bug to happen. As part of my local testing something like /item/charlietest/attachments/charlie would also cause the same bug.
I'm by no means a python or EBI expert, but it seems like
openEQUELLA-ebi/source/Engine.py
Line 2090 in 71f3e2d
Steps to reproduce
Files to reproduce issue.zip
The text was updated successfully, but these errors were encountered: