[Bug #1199] Fix issue setting Listitem value in renderer
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
f8d87b179b
commit
7f2cc96046
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ public class ConfigurationController extends GenericForwardComposer {
|
|||
public void render(Listitem item, Object data) {
|
||||
ProgressType progressType = (ProgressType) data;
|
||||
item.setLabel(_(progressType.getValue()));
|
||||
item.setValue(progressType);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue