CUL-DigitalServices / avocet-ui

Open Academic Environment (OAE) Front-End
http://www.oaeproject.org
Educational Community License v2.0
1 stars 1 forks source link

Form post fails when entering a long manuscript name #366

Closed timdegroote closed 10 years ago

timdegroote commented 10 years ago

The request response text: Missing or invalid displayName

screen shot 2014-10-03 at 10 16 18

bertpareyn commented 10 years ago

We should limit the number of characters that can be put in the box. Maybe 256 characters is sufficient.

timdegroote commented 10 years ago

The same issue goes for the department and journal fields.

ucamhal commented 10 years ago

Tried this as well and I get a 500 if I put 1MB of text into the comments field. :smiley:

bertpareyn commented 10 years ago

The following fields should be valid through isShortString (1 to 1000 characters long) in the backend:

bertpareyn commented 10 years ago

Assigning to @timdegroote for review.

timdegroote commented 10 years ago

Looks good, merging.