Dropboxes may not be unique while identified by student name
GENERAL
TESTING
GENERAL
TESTING
Description
Dropbox's may not be unique while identified by student name. There may be 2 or more drop boxes with the same name - also, if name changes, drop box name is not updated (SAK-4039)). Drop box could be identified by user id and could be referenced in UI by something like:
Last, First name (EID)
or
UDS:getDisplayName() +"(" + UDS:getDisplayId() + ")" where UDS -> UserDirectoryService
Dropbox's may not be unique while identified by student name. There may be 2 or more drop boxes with the same name - also, if name changes, drop box name is not updated (SAK-4039)).
Drop box could be identified by user id and could be referenced in UI by something like:
Last, First name (EID)
or
UDS:getDisplayName() +"(" + UDS:getDisplayId() + ")"
where UDS -> UserDirectoryService
This description should be built on demand.