yannick-beot-sp / vscode-sailpoint-identitynow

Visual Studio Code extension for SailPoint IdentityNow
MIT License
32 stars 17 forks source link

Cannot Save Transforms #68

Closed Dylan-Blanchard closed 6 months ago

Dylan-Blanchard commented 6 months ago

Describe the bug I can't save my transforms, every time the page refreshes the data reverts back to what it was before. I reimported my entire tenant: KO I modify teh data with Postman and https://developer.sailpoint.com/docs/api/v3/update-transform : OK After reading the logs (see attachment below) it seems that the PUT API call is not executed and that when the file is saved, the plugin redoes a GET, which would explain the disappearance of the data.

To Reproduce Steps to reproduce the behavior: 1 modify a transform 2 Save 3 refresh the page 4 see the changes

Environment image

Logs image

Thanks a lot ! For yor job for this plugin and for this investigation !

iobeidi commented 6 months ago

I'm having also this issue with Sources.

yannick-beot-sp commented 6 months ago

Thanks for opening this @Dylan-Blanchard I'll fix that and release immediately

yannick-beot-sp commented 6 months ago

@iobeidi for the problem for source is in the backend and different. It think you are refering to https://github.com/yannick-beot-sp/vscode-sailpoint-identitynow/issues/67 For sources, the source is actually updated but an error is raised.

yannick-beot-sp commented 6 months ago

Fixed in v1.0.1

Dylan-Blanchard commented 6 months ago

It works perfectly, thank you for your responsiveness !