Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
89.44 KB
MD5: 16c29a8483c21962e5c7531b8dfea62c
SHA-1: 5f28a60584e337440e5ace1143df65000b7fcc6f
SHA-256: 0b2a4f8edf5938ffdef8b667de3380465b7f5e24087f23e347f36e9461c14b82
Download zip
101.25 KB
MD5: f99b0e5a520917c0b41032ec29e47a30
SHA-1: aaf40c6fdccb08456a983c703992d6ed1a2b175f
SHA-256: 0a5d4c8b4f8feae9d3416f4a0ada6788dd8f24e518f8ae9021e9713b10667029
Release notes
Still in Beta; there are still known bugs. Rolling a new release though as a number of obnoxious bugs were fixed recently.
Bug fixes:
- #1392084: Notice: Undefined index: support_ticket in node_filter_form()...
fully uninstall support module - #1327278: Error when adding comment to ticket
load full file object before using it in notifications - #1405768: Missing spaces
Zoltán Balogh: add missing spaces between sentences - #1405196: Notice: Undefined property: stdClass when creating a ticket
be sure $node->notification is set before using it - #1458904: Some permissions seem duplicated, which may be confusing for some users.
use node_list_permissions() generated support_ticket permissions 'create tickets' becomes 'create support_ticket content', 'delete any ticket' becomes 'delete any support_ticket content', 'delete own tickets' becomes 'delete own support_ticket content', 'edit any ticket' becomes 'edit any support_ticket content', and 'edit own tickets' becomes 'edit own support_ticket content'. - #1446116: Notice: Trying to get property of non-object in support_comment_view()
cleanup support_comment_view() protect against unloaded user object; protect against $client being FALSE - #1390156: Notice: Undefined variable: client in _support_current_client() (line 3890 of ... sites/all/modules/support/support.module)
prevent error if no valid $client object selected - #1428572: Make i18n_variable a dependency
check that the i18n_variable module is installed (which depends on the i18n module), not the i18n module itself - #1508708: Secondary sort order does not work due to a typo in code
andrewfn: sort per configured secondary sort order. - #1128066: Improve documentation
- #1359678: Cant' create an unassigned ticket
reported by javier.alejandro.castro: Don't forbid creating unassigned tickets.