Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestpractical/rt-extension-quickreply
https://github.com/bestpractical/rt-extension-quickreply
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-quickreply
- Owner: bestpractical
- Created: 2013-09-18T14:48:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T19:04:02.000Z (about 9 years ago)
- Last Synced: 2023-04-13T18:31:29.750Z (over 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/release/rt-extension-quickreply
- Size: 203 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
RT-Extension-QuickReply - QuickReply on ticket display pages, etc.INSTALLATION
"perl Makefile.PL"
"make"
"make install"
May need root permissionsapply etc/search_results.diff only for RT older than 4.2.1
patch /path/to/rt/share/html/Search/Results.html < etc/search_results.diffEdit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:Plugin('RT::Extension::QuickReply');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::QuickReply));
or add "RT::Extension::QuickReply" to your existing @Plugins line.
By default, Quick reply is not enabled in search results page, you
can turn it on by:Set($QuickReplyInSearchResults, 1);
By default, Quick reply shows up in Ticket Display page after
History section, you can customize the position by:Set($QuickReplyPositionInDisplay, 'BeforeShowHistory');
or
Set($QuickReplyPositionInDisplay, 'BeforeShowSummary');
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/objRestart your webserver
AUTHOR
sunnavyBUGS
All bugs should be reported via email to
[email protected]
or via the web at
rt.cpan.org
.LICENSE AND COPYRIGHT
This software is Copyright 2013 Best Practical Solutions, LLC.This is free software, licensed under:
The GNU General Public License, Version 2, June 1991