[Rt-commit] rtir branch, 2.9-trunk, updated. 3.0.0rc1-49-g1b6ac90

Kevin Falcone falcone at bestpractical.com
Wed Apr 10 14:58:14 EDT 2013


The branch, 2.9-trunk has been updated
       via  1b6ac90cdffbdf7022837e9df1bfb121e2482b23 (commit)
      from  0cbfd5c76b5cee10bec403c4727b2e90a8a18ee2 (commit)

Summary of changes:
 etc/add_constituency | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 1b6ac90cdffbdf7022837e9df1bfb121e2482b23
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Wed Dec 7 23:36:16 2011 +0400

    we removed _RTIR_ prefix from CFs, fix add_constituency
    (cherry picked from commit 318135fb5d9e198b41acb6c4415590a3758062da)

diff --git a/etc/add_constituency b/etc/add_constituency
index c02624f..15e47dc 100644
--- a/etc/add_constituency
+++ b/etc/add_constituency
@@ -205,7 +205,7 @@ sub prompt_yN {
 
 sub get_cf {
     my $cf = RT::CustomField->new( $RT::SystemUser );
-    $cf->Load( "_RTIR_Constituency" );
+    $cf->Load( "Constituency" );
     unless ( $cf->id ) {
         die "Couldn't load the constituency custom field";
     }

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


More information about the Rt-commit mailing list