CLONE -Dropboxes may not be unique while identified by student name
GENERAL
TESTING
GENERAL
TESTING
Description
Attachments
1
Activity
Show:
Sam Ottenhoff December 28, 2011 at 11:33 AM
Does this patch actually address the comment in the description: "This description should be built on demand."? If not, should we make that the goal of this JIRA?
BrandenB May 28, 2010 at 7:05 AM
I'm attaching Nuno's patch from that addresses this issue.
Incorporated
Details
Details
Priority
Components
Assignee
Unassigned
UnassignedReporter
BrandenB
BrandenBEnvironment
N/A
Created May 28, 2010 at 7:03 AM
Updated April 25, 2018 at 3:33 PM
Resolved April 16, 2018 at 1:59 PM
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 ()).
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.