Opened 17 years ago

Closed 17 years ago

#3473 closed (fixed)

Comments Karma creation broken

Reported by: scum Owned by: Adrian Holovaty
Component: contrib.comments Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When trying to vote for a comment...

AttributeError at /comments/karma/vote/1/up/
'KarmaScoreManager' object has no attribute 'objects'

Attachments (1)

comments.diff (667 bytes ) - added by scum 17 years ago.
Fixes broken karma

Download all attachments as: .zip

Change History (3)

by scum, 17 years ago

Attachment: comments.diff added

Fixes broken karma

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

I know it's being rewritten, but it's a straight-forward patch. Let's fix it for now.

comment:2 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [4873]) Fixed #3473 -- Corrected access to get in manager (probably introduced as part of magic-removal conversion).

Note: See TracTickets for help on using tickets.
Back to Top