[Rt-commit] rt branch, 4.6/link-transaction-to-ticket-page, repushed
Michel Rodriguez
michel at bestpractical.com
Fri Jan 24 13:25:46 EST 2020
The branch 4.6/link-transaction-to-ticket-page was deleted and repushed:
was 595aa4d369a94b19167ff2e02c7a81fe5938678e
now 4c3feb48236d464f983165543dba38cce0f1ebab
1: 636f99a106 ! 1: 4f8bb50439 Add link back to the ticket to a single transaction page.
@@ -29,7 +29,7 @@
+ my( $object_type ) = $object->RecordType;
+ # This assumes that the object type can be used to describe the object (in "Back to $object_type")
+ # and that displaying the object is done in /$object_type/Display.html?id=<id>
-+ $page->child( object_type => title => loc( "Back to") . ' ' . loc( $object_type), path => "/$object_type/Display.html?id=" . $object->Id );
++ $page->child( object_type => title => loc( "Back to [_1]", loc( $object_type ) ), path => "/$object_type/Display.html?id=" . $object->Id );
+ }
+ }
+ }
2: 595aa4d369 ! 2: 912e745786 Generate links to single transaction display in the Ticket history page.
@@ -28,3 +28,4 @@
$m->callback(
CallbackName => 'MassageTypeClass',
+
-: ------- > 3: 4c3feb4823 Add a hash of button texts to make translation easier.
More information about the rt-commit
mailing list