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

Quickmail history can overrun browser window with message with many attachments

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 2.4
    • Block: Quickmail
    • None
    • MOODLE_24_STABLE

      The function attachment_names fills the log entry with the names of attachments with a comma between. But since there is not a space the history table can get very very wide.

      Easy fix
      line 107 in lib.php in function attachment_names
      change
      return implode(',', $only_named_files);
      to
      return implode(', ', $only_named_files);

            bushido Mark Nielsen
            krajewsk Scott Krajewski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

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