Problem

  • When clicking the "spam" or "delete" moderation actions for a node in CMP, a success message is logged, but the nodes is not actually deleted.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

FileSize
25.27 KB
sun’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Needs review » Patch (to be ported)

Committed to 6.x-2.x.

At minimum, the test needs to be forward-ported.

sun’s picture

Status: Patch (to be ported) » Needs review
FileSize
24.41 KB

Forward-ported to D7. + mollom_test.module clean-up, deprecating 'entity delete multiple callback'.

sun’s picture

FileSize
24.38 KB

Minor tweak. #3 contained a stale D6-only isset($load_callback) condition.

sun’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
FileSize
2.77 KB

Committed to 7.x-2.x.

Back to 6.x-2.x for the deprecation of 'entity delete multiple callback' (2nd patch in serial #4).

sun’s picture

Status: Needs review » Fixed

Thanks for reporting, reviewing, and testing! Committed to all 2.x branches.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 2b217e7 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1974190 by sun: Deprecated 'entity delete multiple callback'.
    
  • Commit a75db3a on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1974190 by sun: Fixed Nodes cannot be moderated from CMP.
    

  • Commit 2b217e7 on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1974190 by sun: Deprecated 'entity delete multiple callback'.
    
  • Commit a75db3a on 7.x-2.x, 8.x-2.x, fbajs, actions by sun:
    - #1974190 by sun: Fixed Nodes cannot be moderated from CMP.