Skip to content
Snippets Groups Projects
Commit deea4c49 authored by srosse's avatar srosse
Browse files

OO-1502: fix the length to check against

parent 61332ec9
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ public class RepositoryEditDescriptionController extends FormBasicController {
allOk &= validateTextElement(objectives, 2000);
allOk &= validateTextElement(requirements, 2000);
allOk &= validateTextElement(credits, 2000);
allOk &= validateTextElement(externalRef, 225);
allOk &= validateTextElement(externalRef, 58);
allOk &= validateTextElement(expenditureOfWork, 225);
allOk &= validateTextElement(authors, 2000);
......
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