lispercat / sailpoint-iiq-dev-accelerator

VSCode extension to accelerate and facilitate development by directly interacting with the target Sailpoint IIQ server
MIT License
30 stars 11 forks source link

Boolean value can't be imported using plugin #6

Closed nbhansali closed 4 years ago

nbhansali commented 4 years ago

Hey! Looks like we can't import files that store boolean value paramters. For instance, an application object with AD configurations & flipping the TLS value back & forth fails import from VS code.

Screen Shot 2020-10-19 at 10 12 29 PM
lispercat commented 4 years ago

thanks, I'll take a look

On Mon, Oct 19, 2020 at 10:15 PM nbhansali notifications@github.com wrote:

Hey! Looks like we can't import files that store boolean value paramters. For instance, an application object with AD configurations & flipping the TLS value back & forth fails import from VS code.

[image: Screen Shot 2020-10-19 at 10 12 29 PM] https://user-images.githubusercontent.com/2665470/96531848-8d2eab00-1258-11eb-88f9-bb605f3b97bd.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lispercat/sailpoint-iiq-dev-accelerator/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCZB6NJVN5MKCNVI7M2PDSLTXD7ANCNFSM4SXIOG3Q .

lispercat commented 4 years ago

@nbhansali I fixed it in 1.0.17, please verify

nbhansali commented 4 years ago

Thanks!!!