Skip to content

Commit

Permalink
fixing dropdown behaviour - roleMemberPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jan 12, 2016
1 parent cd5a1e5 commit f82b07f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -196,7 +196,7 @@ public String getDisplayValue(V object) {

@Override
public String getIdValue(V object, int index) {
return getValueForId(object);
return String.valueOf(index);
};
});
listSelect.add(new OnChangeAjaxBehavior() {
Expand Down

0 comments on commit f82b07f

Please sign in to comment.