Skip to content
Snippets Groups Projects
Commit a92627de authored by User expired's avatar User expired
Browse files

openolat#6: changed custom lti parameter value length from 15 to 50 for

uuid like params
parent 999e2300
No related branches found
No related tags found
No related merge requests found
...@@ -447,7 +447,7 @@ public class LTIConfigForm extends FormBasicController { ...@@ -447,7 +447,7 @@ public class LTIConfigForm extends FormBasicController {
} }
pair.setUserPropsChoice(userPropsChoice); pair.setUserPropsChoice(userPropsChoice);
TextElement valEl = uifactory.addTextElement("val_" + guid, null, 15, value, customParamLayout); TextElement valEl = uifactory.addTextElement("val_" + guid, null, 50, value, customParamLayout);
valEl.setDisplaySize(16); valEl.setDisplaySize(16);
valEl.setVisible(!userprops); valEl.setVisible(!userprops);
pair.setValueEl(valEl); pair.setValueEl(valEl);
......
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