Project

General

Profile

Actions

Feature #29399

closed

SelectViewHelper - should be able to display more than one option with same value

Added by Daniel Gercke over 12 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2011-08-31
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint

Description

function getOptions() in SelectViewHelper.php gets options by putting them to an array.

$options[$key] = $value;

This is later on used this way

pseudocode:
<option value="$key">$value</option>

This behavior makes it impossible to use the same key multiple times for different values.

Actions

Also available in: Atom PDF