chg: [genericElements:cluster_link] Renamed `cluster_link` into `galaxy_cluster_link`

pull/6120/head
mokaddem 2020-07-09 15:33:51 +02:00
parent eb7180c0ab
commit 8eac9a56f8
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
array(
'name' => __('Galaxy Cluster Source'),
'sort' => 'SourceCluster.tag_name',
'element' => 'cluster_link',
'element' => 'galaxy_cluster_link',
'data_path' => 'SourceCluster',
'data_path_relation' => 'GalaxyClusterRelation',
'url_params_data_paths' => 'SourceCluster.id',
@ -59,7 +59,7 @@
array(
'name' => __('Galaxy Cluster Target'),
'sort' => 'TargetCluster.tag_name',
'element' => 'cluster_link',
'element' => 'galaxy_cluster_link',
'data_path' => 'TargetCluster',
'data_path_relation' => 'GalaxyClusterRelation',
'url_params_data_paths' => 'TargetCluster.id',

View File

@ -19,7 +19,7 @@
array(
'name' => __('Galaxy Cluster Target (galaxy :: cluster)'),
'sort' => 'TargetCluster.tag_name',
'element' => 'cluster_link',
'element' => 'galaxy_cluster_link',
'data_path' => 'TargetCluster',
'data_path_relation' => 'GalaxyClusterRelation',
'url_params_data_paths' => 'TargetCluster.id',