Aras search grid edit OOTB issue

オフライン

Hello Team,

I have observed that when I try to check a Boolean property value as true from the main search grid window, it does not update correctly. On the server side, we are receiving the value as true instead of 1. Is there any workaround for this?

 , ,  

Regards,

Suhas

Parents
  • Hello,

    I have modified the below change in code tree file Innovator\Client\javascript\aras_object.ts 

    Is this right way to fix this issue?

    Regards,

    Suhas

  • Which Innovator version do you use?

    I tried to replicate the issue in Release 2023, but I get 1 and 0 instead of true/false.
    It´s not easy for me to replicate this one in a newer version cause a certain PLM company discontinued their open release without offering suitable alternatives.

    This is what I tried:

    1. Edit boolean value in search grid:

    2. Check result - Text4 shows the boolean value as string. It´s identical to the value that is stored in the SQL database.

    aras_object.ts looks identical to your shown code! But there are a few elements that are used for the grid logic.

    Maybe you discovered a brand new bug in Innovator!

Reply
  • Which Innovator version do you use?

    I tried to replicate the issue in Release 2023, but I get 1 and 0 instead of true/false.
    It´s not easy for me to replicate this one in a newer version cause a certain PLM company discontinued their open release without offering suitable alternatives.

    This is what I tried:

    1. Edit boolean value in search grid:

    2. Check result - Text4 shows the boolean value as string. It´s identical to the value that is stored in the SQL database.

    aras_object.ts looks identical to your shown code! But there are a few elements that are used for the grid logic.

    Maybe you discovered a brand new bug in Innovator!

Children