Fixed
Details
Priority
BlockerAffects versions
Fix versions
Components
Assignee
Charles HedrickCharles HedrickReporter
Charles HedrickCharles HedrickLabels
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee
Charles Hedrick
Charles HedrickReporter
Charles Hedrick
Charles HedrickLabels
Created November 25, 2014 at 8:43 AM
Updated 3 days ago
Resolved March 17, 2015 at 8:20 AM
FilePickerAction:doAttachItem has been modified to only work if the request is a POST. Unfortunately the UI for the file picker uses a GET when you select an item from the list in resources. Please either fix the UI or remove the if (!"POST".equals(data.getRequest().getMethod())) { at the beginning of doAttachItem.
This affects at least Assignment and OSP, but probably others.