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
Describe the bug
I can't create an asset in a case using the APIs.
When I use the API Post /case/assets/add. The return response is 200. And it returns the new asset.
But when I use the API Get /case/assets/list, the new asset doesn't appear.
And on the web interface, the assets dont appear and it stays in this state :
I tried on Linux and Windows and it's the same thing.
The code if you want :
Describe the bug
I can't create an asset in a case using the APIs.
When I use the API Post /case/assets/add. The return response is 200. And it returns the new asset.
But when I use the API Get /case/assets/list, the new asset doesn't appear.
And on the web interface, the assets dont appear and it stays in this state :
I tried on Linux and Windows and it's the same thing.
The code if you want :
Newly objects (case and assets) have a value :
But assets stays empty.
I think I read all docs but I don't understand why it dooesn't work. Maybe I forget something.
Thanks for all,
The text was updated successfully, but these errors were encountered: