Skip to content
Snippets Groups Projects
Commit 2bb2e70d authored by buczekp's avatar buczekp
Browse files

[LMS-2253] minor: changed label and added FIXME

SVN: 21463
parent 994d5c87
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,13 @@ public class VocabularyTermSelectionWidget extends
form.setFieldWidth(FIELD_WIDTH);
this.setWidth(LABEL_WIDTH + FIELD_WIDTH + 50);
codeField = new CodeField(viewContext, Dict.CODE, CodeFieldKind.CODE_WITH_COLON);
codeField =
new CodeField(viewContext, viewContext.getMessage(Dict.CODE),
CodeFieldKind.CODE_WITH_COLON);
codeField.setMaxLength(GenericConstants.COLUMN_LABEL);
codeField.setReadOnly(true);
// FIXME GWT hangs if this field is disabled, but we want disabled style
// codeField.disable();
addField(codeField);
boolean mandatory = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment