UI and Email Handling Issues After Upgrading to Redmine Version 6.0.3
Added by David Havel 10 days ago
Email Recipient Selection and Icon Display Issues in Redmine Helpdesk¶
Two related UI issues were identified while upgrading to version 6.0.3:
1. Inability to change the email recipient when replying to Helpdesk issues.
2. Persistent warning messages from the Redmine Contacts plugin.
Bug Details
Issue 1: Email Recipient Selection
Problem: Users were unable to modify the recipient when responding to a Helpdesk issue.
Workaround: Commenting out display: inline-flex; in the .icon .icon-only class within application.css resolved the issue.
Issue 2: Email icon repeating
Problem: The email icon unexpectedly repeats on the Activity page.
Workaround: Adding background-repeat: no-repeat; to the .icon-email-to class in redmine_contacts_helpdesk/assets/stylesheets/helpdesk.css resolved the issue.
Issue 3: Redmine contacts plugin warning
Problem: The plugin repeatedly generates the following deprecation warning:
| /usr/src/redmine/plugins/redmine_contacts/lib/redmine_contacts/utils/check_mail.rb:38: warning: DEPRECATED: Call Net::IMAP.new with keyword options | /usr/src/redmine/plugins/redmine_contacts/lib/redmine_contacts/utils/check_mail.rb:38: warning: DEPRECATED: Call Net::IMAP.new with keyword options
Replies (1)
RE: UI and Email Handling Issues After Upgrading to Redmine Version 6.0.3
-
Added by Holger Just 9 days ago
These plugins are not part of Redmine itself. Thus, you likely won't find much help here with these issues.
Instead, you should contact the authors or maintainers of these plugins directly.