[Rt-commit] rtir branch, 4.2/configurable-linked-queue-portlets, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Mar 25 14:41:05 EDT 2020
The branch 4.2/configurable-linked-queue-portlets was deleted and repushed:
was 66c3e39b41c69e124ecc93dd2d1170eb8c0ac318
now c015157a5aba3bfcec05e5fe7fa90cf761d95a7b
1: 90996de4 = 1: 90996de4 Update RTIR Incidents to use a callback for displaying queue portlets
2: 66c3e39b ! 2: c015157a Add test for Linked Queue Portlets
@@ -27,8 +27,8 @@
+# link them as members of the incident
+my $incident = RT::Ticket->new( RT->SystemUser );
+$incident->Load( $incident_id );
-+ok( $incident->AddLink( Type => 'MemberOf', Target => $incident_report_id ), 'Linked Incident Report to Incident' );
-+ok( $incident->AddLink( Type => 'MemberOf', Target => $investigation_id ), 'Linked Investigation to Incident' );
++ok( $incident->AddLink( Type => 'MemberOf', Base => $incident_report_id ), 'Linked Incident Report to Incident' );
++ok( $incident->AddLink( Type => 'MemberOf', Base => $investigation_id ), 'Linked Investigation to Incident' );
+
+# ensure the default portlets are visible in the incident ticket
+$agent->display_ticket( $incident_id );
More information about the rt-commit
mailing list