-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.4.3
-
Component/s: Course, REST, LDAP, oAuth2, OpenID, Shibboleth Adapter
-
Labels:None
-
Funded by:
When accessing the course DB via REST API only 255 characters are supported since the generic getValue and setValue method is used. This method only supports the string, long and float value. The text value which is also available in the object is not used.
The code is modified to store the value as text if to long for the string.