diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
| commit | c2ab0eeae00821ad4d32c1f976b710ccdf08f503 (patch) | |
| tree | e143f6adaf5da5c2a521b65c13c6e0fc158b5cac /rt/etc | |
| parent | 2279ca7ed94e69dd17cc8f67f8504b743127a38c (diff) | |
| parent | d0b51206d9d8ba21b820df6be0a342179fea68aa (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/etc')
| -rw-r--r-- | rt/etc/initialdata | 20 | ||||
| -rwxr-xr-x | rt/etc/upgrade/4.0-customfield-checkbox-extension | 2 | ||||
| -rwxr-xr-x | rt/etc/upgrade/upgrade-articles | 4 |
3 files changed, 13 insertions, 13 deletions
diff --git a/rt/etc/initialdata b/rt/etc/initialdata index 9b2af3744..96255b5ed 100644 --- a/rt/etc/initialdata +++ b/rt/etc/initialdata @@ -247,16 +247,16 @@ }, #freeside - { Name => 'On Custom Field Transaction', - Description => 'When a custom field is changed', - ExecModule => 'CustomFieldTransaction', - ApplicableTransTypes => 'Any', - }, - { Name => 'On Custom Field Change', - Description => 'When a custom field is changed to some value', - ExecModule => 'CustomFieldChange', - ApplicableTransTypes => 'Any', - }, + #{ Name => 'On Custom Field Transaction', + # Description => 'When a custom field is changed', + # ExecModule => 'CustomFieldTransaction', + # ApplicableTransTypes => 'Any', + #}, + #{ Name => 'On Custom Field Change', + # Description => 'When a custom field is changed to some value', + # ExecModule => 'CustomFieldChange', + # ApplicableTransTypes => 'Any', + #}, ); diff --git a/rt/etc/upgrade/4.0-customfield-checkbox-extension b/rt/etc/upgrade/4.0-customfield-checkbox-extension index dc8904e43..a83ac3e14 100755 --- a/rt/etc/upgrade/4.0-customfield-checkbox-extension +++ b/rt/etc/upgrade/4.0-customfield-checkbox-extension @@ -53,7 +53,7 @@ use warnings; use lib "/opt/rt3/local/lib"; use lib "/opt/rt3/lib"; -use RT -init +use RT -init; $| = 1; diff --git a/rt/etc/upgrade/upgrade-articles b/rt/etc/upgrade/upgrade-articles index 6ff4a2a13..a3852dfb3 100755 --- a/rt/etc/upgrade/upgrade-articles +++ b/rt/etc/upgrade/upgrade-articles @@ -56,8 +56,8 @@ use lib "/opt/rt3/lib"; use RT::Interface::CLI qw(Init); Init(); - my $db_name = RT->Config->Get('DatabaseName'); - my $db_type = RT->Config->Get('DatabaseType'); +my $db_name = RT->Config->Get('DatabaseName'); +my $db_type = RT->Config->Get('DatabaseType'); my $dbh = $RT::Handle->dbh; |
