Case updates are not saved if AOP is disabled

Case updates are not saved if AOP is disabled.
I understand that no emails should be sent but I see no reason why AOP would be required for saving Case updates.
I believe this in due to


    public function saveUpdate($case)
    {
        if (!isAOPEnabled()) {
            return;
        }

in modules/AOP_Case_Updates/CaseUpdatesHooks.php.

Shouldn’t that condition just be removed?

A few additional comments;

  • This is for detail view on SuiteCRM 7.8 and 7.10
  • The problem is even worse on Cases edit view. It is never saved (you can check on demo.suiteondemand.com)

I totally agree with you. Same problem with v. 7.11.9.