Development

#4558 ([sfModerationPlugin] Allow a class without 'comment_column' to be moderated)

You must first sign up to be able to contribute.

Ticket #4558 (assigned defect)

Opened 5 years ago

Last modified 5 years ago

[sfModerationPlugin] Allow a class without 'comment_column' to be moderated

Reported by: francois Assigned to: blacksun (accepted)
Priority: minor Milestone:
Component: plugins Version: 1.0.19
Keywords: Cc:
Qualification: Unreviewed

Description

The current implementation of the postSave() hook doesn't work for tables without a moderated_comment table.

To test: create a new unit test file, bug initialize the behavior on the test table without setting the comment_column parameter.

Change History

10/03/08 00:01:19 changed by gregoire

  • milestone deleted.

10/06/08 10:03:37 changed by blacksun

  • status changed from new to assigned.

10/06/08 18:54:57 changed by blacksun

(In [11988]) added treatment of a class without comment column (refs #4558)