Closed (fixed)
Project:
Date Reminder
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jul 2012 at 04:51 UTC
Updated:
7 Aug 2012 at 02:28 UTC
The "Send test email" button allows a user to send a sample reminder to him/her self right now. It should demonstrate what the reminder will normally look like.
Unfortunately, the token expansion in the email is a bit off. In particular, the expansion of "next-date..." gets the next date completely wrong. Basically, the problem is that the token expansion expects "next" in the reminder object to be set, to tell when the reminder is supposed to fire. In this special test case, next isn't set. It ought to be set to "now" in utc.
Comments
Comment #1
dwillcox commentedChecked in a fix.
Comment #2
dwillcox commentedI installed the latest version on my test site. The "Send test email" option now uses the correct next date to expand the token.
Comment #3
dwillcox commented