Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-1903

messages for students don't show up on the email_list message display.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 1.9.5
    • Block: Email_list
    • None
    • Windows 2003, Apache 2.2.x, MSSQL, but other users have reported it.

      When using email_list, you get a 'Nothing To Display' message when you have unread mail in your inbox. The configurations are as given in the message.

      The problem is related to issues in the code, the most important of which is the roles not getting configured for the user. This seems to be caused by an initialization problem with the array:

      line 808: change $rolesnames = array(); to $rolenames = array();

      We also needed to make the following change:

      in line 1867
      return get_records_sql($sql.$wheresql.$groupby.$sortsql, $limitfrom, $limitnum);
      to
      return get_records_sql($sql.$wheresql.$sortsql, $limitfrom, $limitnum);

      I'd also be happy to submit this as a diff if this would be more convenient for you.

            tmas Toni Mas
            corprewr corprew reed (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.