save priority too

This commit is contained in:
Damien Elmes 2009-01-15 02:57:03 +09:00
parent dd5e7c45b4
commit 9ac3926786

View file

@ -254,7 +254,8 @@ spaceUntil = :spaceUntil,
isDue = :isDue,
type = :type,
combinedDue = max(:spaceUntil, :due),
relativeDelay = 0
relativeDelay = 0,
priority = :priority
where id=:id""", self.__dict__)
mapper(Card, cardsTable, properties={