diff --git a/Source/Source.ViewAPI.php b/Source/Source.ViewAPI.php
index 47fce78..a44368d 100644
--- a/Source/Source.ViewAPI.php
+++ b/Source/Source.ViewAPI.php
@@ -26,6 +26,8 @@
$t_repos = SourceRepo::load_by_changesets( $p_changesets );
}
+ $t_use_porting = plugin_config_get( 'enable_porting', 'Source' );
+
foreach( $p_changesets as $t_changeset ) {
$t_repo = $p_repos[ $t_changeset->repo_id ];
$t_changeset->load_files();
@@ -39,6 +41,11 @@
) ?>
timestamp ) ?>
author ) ?>
+
+
ported ? string_display_line( $t_changeset->ported ) :
+ ( is_null( $t_changeset->ported ) ? plugin_lang_get( 'pending', 'Source' ) : plugin_lang_get( 'na', 'Source' ) ) ) ?>
+
id, plugin_lang_get( 'details', 'Source' ) );