Skip Navigation and Search to Content

Search ConcourseSuite Enterprise Edition - Tickets - Concursive Corporation

Main Content

ConcourseSuite Enterprise Edition

Ticket # 10 Details

Ticket Information
Entered Jol B. - 5/9/2008 1:52 AM
Last Modified Jol B. - 5/9/2008 1:52 AM
Classification
Issue ProcessDocument does not allow docs to be saved to a folder due to commented code.

Line: 192 change one line of code
2. Issue: ProcessDocuent does not alow docs to be saved to a folder due to commented code.
There is a commented line that saves folderId for the document
This line should not be commented. We need to save doc in a folder
Line before and after:

//Insert record into database
FileItem thisItem = new FileItem();
thisItem.setLinkModuleId(linkModuleId);
thisItem.setLinkItemId(id);
thisItem.setEnteredBy(enteredBy);
thisItem.setModifiedBy(enteredBy);

// Thunderverse / CANZ: We should be able to save a document to a folder
// Uncomment this line. This issue was made known to CUSA in 2007, but never fixed in ent edn.
thisItem.setFolderId(Integer.parseInt(folderId));

thisItem.setSubject(subject);
thisItem.setClientFilename(newFileInfo.getClientFileName());
thisItem.setFilename(newFileInfo.getRealFilename());
Category Blocker (prevents feature)
Severity Normal
Assignment
Priority  
Assigned To
Resolution
Solution  
File Attachments
No files attached.

Ticket Log History
Jol B. 5/9/2008 1:52 AM [ Ticket Opened ]
Jol B. 5/9/2008 1:52 AM [ Ticket is unassigned ]
Jol B. 5/9/2008 1:52 AM [ Severity set to Normal ]
Distribution List
No recipients.