The course short description field has a maxlength in the frontend of 150 characters:
However, the backend does not enforce this 150 character limit, and the frontend help text - "Limit to ~150 characters." - suggests it's only a guideline.
So this maxlength could be removed.
Ref. openedx/openedx-demo-course#72
The course short description field has a maxlength in the frontend of 150 characters:
frontend-app-authoring/src/schedule-and-details/introducing-section/index.jsx
Line 104 in 1b537c3
However, the backend does not enforce this 150 character limit, and the frontend help text - "Limit to ~150 characters." - suggests it's only a guideline.
So this maxlength could be removed.
Ref. openedx/openedx-demo-course#72