In Studio, when update "Audit" or "Inline Edit", both checkbox are updated

In SuiteCRM Studio, when I check/uncheck either the “Audit” or “Inline Edit” checkbox, both checkboxes get checked/unchecked together. This happens in one of my custom module, but only some fields are affected (one is a textarea, one is a checkbox). This looks like a weird bug to me. I tried Quick Repair and Rebuild that doesn’t solve the problem.

Not sure if anyone faced this before?

I’m on LTS version 7.10.29.

Hey there,

Are you still experiencing this issue?


You mentioned that you have run the Quick Repair and Rebuild.
Did you have any SQL to execute at the bottom of the Repair results page?

Also, It might be worth running the “Rebuild JS Grouping Files” in Admin->Repair too.


Additionally, if you haven’t already, it could also be worth ensuring the File/Folder permissions are up-to-date.

We typically recommend

sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
sudo chown -R www-data:www-data 

(Replacing www-data with your Web Server user)



I haven’t experienced this issue before myself, so I’d like to ask for some more info to try to replicate!


  • Which type of Custom Module was one that has this issue?

  • Is it only this Custom Module that has this?
    (ie, No Core modules with the same issue / No other Custom Modules with this issue)

  • Is there anything unique about the fields that have this issue?
    (for example, Created via Custom Code / specific Field Types / etc)

  • Which browser are you using?
    Have you noticed this issue in other browsers?
    (Or does the browser not matter for this?)

Thanks!