https://github.com/bestpractical/rt-extension-menubarsearches
https://github.com/bestpractical/rt-extension-menubarsearches
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestpractical/rt-extension-menubarsearches
- Owner: bestpractical
- Created: 2009-12-03T15:34:24.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T17:29:52.000Z (almost 10 years ago)
- Last Synced: 2025-02-27T00:43:06.151Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/RT-Extension-MenubarSearches
- Size: 81.1 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
RT::Extension::MenubarSearches - Adds quick queue search to menu
DESCRIPTION
This simple extension adds a dropdown of a user's queues into RT's
menubar. Using a tiny bit of javascript, selecting one of these queues
will automatically jump to a search showing new, open and stalled
tickets in that queue.
INSTALLATION
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
If you are using RT 4.2 or greater, add this line:
Plugin('RT::Extension::MenubarSearches');
For RT 4.0, add this line:
Set(@Plugins, qw(RT::Extension::MenubarSearches));
or add RT::Extension::MenubarSearches to your existing @Plugins
line.
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
Restart your webserver
AUTHOR
Best Practical Solutions, LLC
LICENSE AND COPYRIGHT
This software is Copyright (c) 2016 by Best Practical Solutions
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991