History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: SAK-9229
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: John Ellis
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sakai

file attachment helper doesn't allow setting of title text

Created: 03-Apr-2007 15:50   Updated: 11-Jun-2008 09:51
Component/s: Attachment Widget
Affects Version/s: 2.4.0
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

2.4.x Status: None
2.5.x Status: None


 Description  « Hide
when trying to set aspects of the file helper:

         request.getSession().setAttribute(FilePickerHelper.FILE_PICKER_INSTRUCTION_TEXT,
            rl.getString("FILE_PICKER_INSTRUCTION_TEXT"));
         request.getSession().setAttribute(FilePickerHelper.FILE_PICKER_TITLE_TEXT,
            rl.getString("FILE_PICKER_TITLE_TEXT"));
         request.getSession().setAttribute(FilePickerHelper.FILE_PICKER_SUBTITLE_TEXT,
            rl.getString("FILE_PICKER_SUBTITLE_TEXT"));

it doesn't seem to use these settings.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
John Ellis - 10-Apr-2007 07:08
looks like these are duplicates

Jim Eng - 17-May-2007 08:25
SAK-9229 duplicates SAK-3790.