chg: [galaxyClusters:view] Added forked version number

pull/6120/head
mokaddem 2020-04-29 16:38:04 +02:00
parent ab33eaa9b4
commit 76d0a999b3
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
'row' => $cluster,
'field' => array(
'data_path' => 'GalaxyCluster.extended_from.GalaxyCluster.id',
'title' => $cluster['GalaxyCluster']['extended_from']['GalaxyCluster']['value']
'title' => sprintf(__('%s (version: %s)'), $cluster['GalaxyCluster']['extended_from']['GalaxyCluster']['value'], $cluster['GalaxyCluster']['extends_version'])
),
));
$extendFromLinks[] = sprintf('<li>%s</li>', $element);
@ -24,7 +24,7 @@
'row' => $extendCluster,
'field' => array(
'data_path' => 'GalaxyCluster.id',
'title' => $extendCluster['GalaxyCluster']['value']
'title' => sprintf(__('%s (parent version: %s)'), $extendCluster['GalaxyCluster']['value'], $extendCluster['GalaxyCluster']['extends_version'])
),
));
$extendByLinks[] = sprintf('<li>%s</li>', $element);