[Rt-commit] rtir branch, 4.2-theme/migrate-to-elevator-themes, repushed

Blaine Motsinger blaine at bestpractical.com
Tue Sep 24 12:49:41 EDT 2019


The branch 4.2-theme/migrate-to-elevator-themes was deleted and repushed:
       was 0e391781cbfb3f0af9abed984b7af6bdfdc86824
       now 8cdb81b7f19a6efb6431accc623fce3559f2c60d

 1: 857706ac =  1: 857706ac Migrate RTIR/index to elevator themes
 2: b6a39e7d =  2: b6a39e7d Migrate RTIR/Display to elevator themes
 3: be8d48a6 =  3: be8d48a6 Fix has_watchers test regex for elevator themes
 4: a18bd87e =  4: a18bd87e Fix ticket_is_linked_to_inc test regex for elevator themes
 5: e42a2dff =  5: e42a2dff Migrate RTIR/Incident/Display to elevator themes
 6: ecec102a =  6: ecec102a Migrate RTIR/Incident/Create to elevator themes
 7: 09016018 =  7: 09016018 Migrate RTIR/Create to elevator themes
 8: 24691153 =  8: 24691153 Migrate RTIR/Tools/Lookup to elevator themes
 9: 3833dcfe =  9: 3833dcfe Migrate RTIR/Reporting to elevator themes
10: 7d376de2 = 10: 7d376de2 Migrate RTIR/Incident/Reply to elevator themes
11: a8537ca4 = 11: a8537ca4 Migrate RTIR/Update to elevator themes
12: f02a0744 = 12: f02a0744 Migrate RTIR/Merge to elevator themes
13: 74dbe3d5 = 13: 74dbe3d5 Migrate modals to new elevator themes
14: 2cfbb20f = 14: 2cfbb20f Migrate RTIR/Edit to elevator themes
15: 21508531 = 15: 21508531 Migrate RTIR/Advanced to elevator themes
16: 0e391781 ! 16: 8cdb81b7 Fix articles tests for RT 4.6 articles refactor
    @@ -41,7 +41,7 @@
     -    $agent->click($prefix .'Articles-Include-Article-'. $article_id);
     -    $agent->form_name('TicketCreate');
     -    like( $agent->field( $content_name ), qr/this is a content/ );
    -+    $agent->content_contains( 'some article', 'got article in dropdown' );
    ++    $agent->content_contains( $article_name, 'got article in dropdown' );
      }
      
      
    @@ -87,7 +87,7 @@
     -    $agent->click('Articles-Include-Article-'. $article_id);
     -    $agent->form_name('TicketUpdate');
     -    like( $agent->field('UpdateContent'), qr/this is a content/ );
    -+    $agent->content_contains( 'some article', 'got article in dropdown' );
    ++    $agent->content_contains( $article_name, 'got article in dropdown' );
      }
      
      undef $agent;



More information about the rt-commit mailing list