Forum Discussion

Suhas's avatar
Suhas
Ideator I
4 months ago

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?

AngelaIp ,eli_donahue , asebastian 

Regards,

Suhas

12 Replies

  • 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

    • AngelaIp's avatar
      AngelaIp
      Ideator I

      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!

      • Suhas's avatar
        Suhas
        Ideator I

        Hello AngelaIp ,

        This property is setting 0 when you click on "done editing" action. Can you please confirm this? I have checked this issue in Aras24, 33 & 35. 

        Regards,

        Suhas