[rt-users] Installed extension not working

pelotek milkman at gmail.com
Thu Apr 14 15:03:33 EDT 2016


# Any configuration directives you include  here will override 
# RT's default configuration file, RT_Config.pm
#
# To include a directive here, just copy the equivalent statement
# from RT_Config.pm and change the value. We've included a single
# sample value below.
#
# This file is actually a perl module, so you can include valid
# perl code, as well.
#
# The converse is also true, if this file isn't valid perl, you're
# going to run into trouble. To check your SiteConfig file, use
# this command:
#
#   perl -c /path/to/your/etc/RT_SiteConfig.pm
#
# You must restart your webserver after making changes to this file.


# You must install Plugins on your own, this is only an example
# of the correct syntax to use when activating them:
#     Plugin( "RT::Extension::SLA" );
#     Plugin( "RT::Authen::ExternalAuth" );

Plugin( 'RT::Extension::CustomField::HideEmptyValues' );
Plugin( 'RT::Extension::CustomFieldsOnUpdate' );
Plugin( 'RT::Extension::MergeUsers' );
Plugin( 'RT::Extension::QuickUpdate' );
Plugin( 'RT::Extension::ResetPassword' );
Plugin( 'RTx::Calendar' );

Set( $CommentAddress, '' );
Set( $CorrespondAddress, '' );
Set( $DatabaseHost, '' );
Set( $DatabaseName, '' );
Set( $DatabasePassword, '' );
Set( $DatabasePort, '' );
Set( $DatabaseRequireSSL, '' );
Set( $DatabaseType, '' );
Set( $DatabaseUser, '' );
Set( $HomepageComponents, [qw(MyCalendar)] );
Set( $Organization, '' );
Set( $OwnerEmail, '' );
Set( @ReferrerWhitelist, qw());
Set( $SendmailPath, '' );
Set( $WebDomain, '' );
Set( $WebPort, '' );
Set( $rtname, '' );
Set( $SendmailArguments, '' );
Set( $OwnerEmail, '' );
Set( $LogToFile, '' );
Set( $LogDir, '' );
Set( $LogToFileNamed, '' );

Set(%CustomFieldGroupings,
	'RT::Ticket' => [
	]
);
1;



--
View this message in context: http://requesttracker.8502.n7.nabble.com/Installed-extension-not-working-tp61711p61719.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.



More information about the rt-users mailing list