When votingapi.settings.calculation_schedule is immediate, Vote::postSave() correctly recalculates and persists aggregate results into votingapi_result synchronously. However, it writes directly to that table via VoteResultFunctionManager/SQL and never calls the voted entity's own save path or Cache::invalidateTags().
Issue fork votingapi-3617789
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments