[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.1-61-g27e04b5

Alex Vandiver alexmv at bestpractical.com
Tue Dec 17 16:29:43 EST 2013


The branch, 4.2-trunk has been updated
       via  27e04b528d2e24a94c75ae0a1296ac88ac559305 (commit)
       via  422bc27e89dea649f41ba55e0f1bb8532395d71f (commit)
      from  43727c5d2cbb9458df78112642e236730e331401 (commit)

Summary of changes:
 sbin/rt-dump-metadata.in | 10 ----------
 1 file changed, 10 deletions(-)

- Log -----------------------------------------------------------------
commit 422bc27e89dea649f41ba55e0f1bb8532395d71f
Author: Kai Storbeck <kai at xs4all.nl>
Date:   Fri Nov 29 16:09:46 2013 +0100

    Fix a LookupType bug in rt-dump-metadata
    
    This if() statement is not correct. The correct one is on the other
    side of the else block.
    
    This fixes the following bug:
      [crit]: RT::ACE::LookupType Unimplemented in main.

diff --git a/sbin/rt-dump-metadata.in b/sbin/rt-dump-metadata.in
index cc72eb9..9575f70 100644
--- a/sbin/rt-dump-metadata.in
+++ b/sbin/rt-dump-metadata.in
@@ -258,16 +258,6 @@ OBJECT:
                     $rv->{GroupDomain} = 'RT::Queue-Role';
                 }
             }
-            if ( $obj->LookupType eq 'RT::Queue-RT::Ticket' ) {
-                # XXX-TODO: unused CF's turn into global CF when importing
-                # as the sub InsertData in RT::Handle creates a global CF
-                # when no queue is specified.
-                $rv->{Queue} = [];
-                my $applies = $obj->AppliedTo;
-                while ( my $queue = $applies->Next ) {
-                    push @{ $rv->{Queue} }, $queue->Name;
-                }
-            }
         }
 
         if ( eval { require RT::Attributes; 1 } ) {

commit 27e04b528d2e24a94c75ae0a1296ac88ac559305
Merge: 43727c5 422bc27
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Dec 17 16:29:31 2013 -0500

    Merge branch '4.2/dump-metadata-lookuptypes' into 4.2-trunk


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


More information about the rt-commit mailing list