Ticket #81 (closed defect: wontfix)

Opened 9 months ago

Last modified 9 months ago

Post approval calculation problem

Reported by: Paul Assigned to: Rickard
Priority: high Milestone: 1.3
Component: general Version: 1.3
Severity: normal Keywords:
Cc:

Description (Last modified by Paul)

Posts awaiting approval do not seem to be counted as replies in the topics table. The problem this causes is that anything that relies on the "num_replies" field of the topics table is miscalculated for those who have permission to view posts which are awaiting approval.

In particular pagination seems to be miscalculated. If for example you have 10 posts in a topic and set pagination to 10 posts per page then you get one page. If you add two posts awaiting approval you still only get one page and the second page which should contain the two posts awaiting approval is not accessible. As far as the pagination function is concerned you only have 10 posts not 12.

Change History

12/14/07 15:25:52 changed by Paul

  • priority changed from normal to high.
  • description changed.

12/14/07 15:26:45 changed by Paul

  • description changed.

12/16/07 18:50:25 changed by Rickard

  • status changed from new to closed.
  • resolution set to wontfix.

This is no longer an issue due to [1168].