forked from tbrumm/RT-Extension-SideBySideView
-
Notifications
You must be signed in to change notification settings - Fork 0
SideBySideTicket View with User Prefs to change the Display Type
tvandera/RT-Extension-SideBySideView
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
RT::Extension::SideBySideView - SideBySide Ticket View for RT
SYNOPSIS
Based on an original Idea from Steve Turner (MIT) and Markus Dirr
(GreenCircle) and the ground work of Thomas Sibley (BestPractical) and
some Ideas from BPS Wiki this AddOn will give you the option to change
the Ticket View from original BPS View to a so called SideBySide Ticket
View (known from wiki).
INSTALLATION
1. Run "perl Makefile.PL"
2. Run "make"
3. Run "make install" (you may need root permissions)
4. Additionally, if you're running 3.8, you'll need to add
"RT::Extension::SideBySideView" to @Plugins in
etc/RT_SiteConfig.pm. For example:
Set( @Plugins, qw(RT::Extension::SideBySideView) );
6. Clear RT's mason cache and restart the web server to make sure the
extension is incorporated.
AUTHOR
Torsten Brumm <[email protected]>
Christian Loos <[email protected]>
LICENCE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
THANKS
Steve Turner (MIT)
Markus Dirr (GC)
Thomas Sibley (BPS)
Christian Loos (NetCologne)
About
SideBySideTicket View with User Prefs to change the Display Type
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Perl 100.0%