10-21-2021 11:23 AM - last edited on 12-08-2021 08:20 AM by Niina_P
Hi,
I'd like to know if this is intentional. The thing is, if you have a task with an attachment with the status "Handled" and use DELETE method on that task, it changes the file name in the key "path" of the attachment. At first it is the ID of the attachment which is the ID of the task.
For example:
At first the info is like this:
"attachments": {"Attachment": [ {
"id": "268A0AFC9632EC11912D005056925E40",
"path": "2021\\10\\21\\268A0AFC9632EC11912D005056925E40.pdf"}]}
After you use DELETE on that task, it looks like this:
"attachments": {"Attachment": [ {
"id": "268A0AFC9632EC11912D005056925E40",
"path": "2021\\10\\21\\707013AAE7E24216A45F64005A4C09DC.pdf"}]}
Overall it renames the attachment file where the system is saving them.
Thing is that we use the absolute path of these attachments and once the tasks are deleted, the file name in the path changes and the attachments are gone.
Kind regards,
Alder
Solved! Go to Solution.
10-22-2021 02:12 AM
Would say that support ticket is the correct place to answer this.
//Jukka
10-22-2021 02:12 AM
Would say that support ticket is the correct place to answer this.
//Jukka
10-22-2021 03:31 AM
Thanks Jukka,
I was just wondering if this kind of behaviour is intentional.
I'll go make a ticket then. Thanks again.
Kind regards,
Alder