PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Is the "Last Entry" information supposed to be present all the time?

  1. I've noticed that the "Last Entry" information is only shown on the dashboard if there is a form with unread entries: then all the forms have data displayed for "Last Entry". As soon as I read that entry and go back to the dashboard, and there are no unread entries, there is no data displayed. Is that expected?

    With unread entries (1 entry on one form unread):
    http://chrishajer.com/gravity/gforms-before.png

    With no unread entries:
    http://chrishajer.com/gravity/gforms-after.png

    Posted 14 years ago on Thursday January 21, 2010 | Permalink
  2. Nope, looks like a bug. We will look into it. Thanks!

    Posted 14 years ago on Thursday January 21, 2010 | Permalink
  3. This bug is still present in 1.3.10. If I have a form with unread entries, all forms show the "Last Entry" information. When I read (or mark as read) those entries, all forms shown in the dashboard widget are missing the "Last Entry" data.

    Posted 14 years ago on Sunday March 14, 2010 | Permalink
  4. I think the problem is in forms_model.php, line 159:

    if(is_array($unread_results)){

    should be:

    if(is_array($lead_date_results)){

    Posted 14 years ago on Sunday March 14, 2010 | Permalink
  5. This issue will be resolved in 1.3.11

    Posted 14 years ago on Monday March 15, 2010 | Permalink
  6. Thank you.

    Posted 14 years ago on Tuesday March 16, 2010 | Permalink
  7. Looks like 1.3.11 resolved this issue. Thank you.

    Posted 14 years ago on Thursday March 18, 2010 | Permalink

This topic has been resolved and has been closed to new replies.