Project

General

Profile

Actions

Bug #4668

closed

Type doubled in connections details tooltip

Added by krileon over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05 September 2014
Due date:
% Done:

100%

Estimated time:
1:00 h

Description

When hovering over a connection box the Types is shown twice. First as Type then as Types.

Actions #1

Updated by krileon over 9 years ago

Pluralization appears broken.

CBTxt::Th( 'CONNECTION_TIP_TYPES_LIST', 'Type: [CONNECTIONS_TYPES]|Types: [CONNECTIONS_TYPES]', array( '%%COUNT%%' => count( explode( "|*|", $connection->type ) ), '[CONNECTIONS_TYPES]' => getConnectionTypes( $connection->type ) ) );

The above outputs as follows for example.

Type: Friend|Types: Friend

Above code snippet at the below location.

IN: components/com_comprofiler/plugin/user/plug_cbconnections/cb.connections.php
ON: Line 448

Actions #2

Updated by krileon over 9 years ago

  • Assignee changed from krileon to beat
Actions #3

Updated by beat over 9 years ago

  • Priority changed from Normal to High
Actions #4

Updated by beat over 9 years ago

  • Status changed from Assigned to Resolved
  • Priority changed from High to Normal
  • % Done changed from 0 to 100
  • Estimated time set to 1:00 h

Fixed in MR !440

Actions #5

Updated by beat over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF