[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-212-g3cf12f9

Emmanuel Lacour elacour at bestpractical.com
Thu Oct 1 11:40:03 EDT 2009


The branch, 3.8-trunk has been updated
       via  3cf12f9b85d59f19cf84c25ce3f94b8afe7250d1 (commit)
       via  c25100e47e9f3f8a76f113463c2c3a86f262451f (commit)
      from  16e6cfefcd3d7dd447ee66cabe11c0384ce1b779 (commit)

Summary of changes:
 etc/upgrade/3.8.3/content |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit c25100e47e9f3f8a76f113463c2c3a86f262451f
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu Oct 1 17:38:24 2009 +0200

    Fix return value in case there is no need to upgrade subject tags scrips, so next things can be imported/created (closes: #13612)

diff --git a/etc/upgrade/3.8.3/content b/etc/upgrade/3.8.3/content
index a38bd11..8538e42 100644
--- a/etc/upgrade/3.8.3/content
+++ b/etc/upgrade/3.8.3/content
@@ -68,6 +68,7 @@ my $extract_action = $actions->First;
 
 if ( $extract_action && $extract_action->Id ) {
     $RT::Logger->debug("You appear to already have an Extract Subject Tag action, skipping");
+    return 1;
 } else {
     $RT::Logger->debug("Didn't find an existing Extract Subject Tag action, adding it");
     push @ScripActions, (

commit 3cf12f9b85d59f19cf84c25ce3f94b8afe7250d1
Merge: c25100e 16e6cfe
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu Oct 1 17:39:58 2009 +0200

    Merge branch '3.8-trunk' of elacour at code.bestpractical.com:/git/rt into 3.8-trunk


-----------------------------------------------------------------------


More information about the Rt-commit mailing list