Closed (fixed)
Project:
Support Ticketing System
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 22:00 UTC
Updated:
8 Mar 2011 at 13:21 UTC
I'm having some problems with users trying to access a ticket through a link in an email after someone having edited the title of the ticket.
With my current Pathauto configuration these links stop working.
One nice solution to this situation is to make Support use unaliased URLs in the ticket emails.
The attached patch creates such an option maintaining the current behaviour, i.e. aliased URLs in the emails, as the default option.
Please consider it.
| Comment | File | Size | Author |
|---|---|---|---|
| support-option_to_use_unaliased_urls_in_ticket_emails.patch | 4.05 KB | rsevero |
Comments
Comment #1
jeremy commentedI flipped the logic around, as "unaliased" was harder to understand. I also made sure this configuration option affects attachments:
http://drupal.org/cvs?commit=502622
Thanks!
Comment #2
rsevero commentedGood idea to flip the logic.