Actions
Bug #4668
closedType doubled in connections details tooltip
Description
When hovering over a connection box the Types is shown twice. First as Type then as Types.
Updated by krileon about 10 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
Updated by beat about 10 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