Ticket #3453 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 2 years ago

Manage Blogroll shows incorrect categories

Reported by: mdawaffe Assigned to: mdawaffe
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch commit
Cc:

Description

Shows only post categories.

Problem: get_categories() only checks category_count if hierarchical.

Attached: checks link_count when type=link.

Attachments

3453.diff (0.9 kB) - added by mdawaffe on 12/07/06 21:15:05.

Change History

12/07/06 21:15:05 changed by mdawaffe

  • attachment 3453.diff added.

12/07/06 21:15:21 changed by mdawaffe

  • keywords set to has-patch commit.
  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

12/07/06 21:17:09 changed by westi

This is a dupe of #3446 (which i fixed in a different way this morning!)

12/07/06 22:38:35 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4627]) Check link_count not category_count when doing link hierarchy. Props mdawaffe. fixes #3453