Bug 188: ValueSelector in upload doesn't recognize id field

Product:website Status:RESOLVED
Version: Resolution:FIXED
Platform: Priority:
System: Severity:
Keywords:
Assigned to David

When uploading a file from the edit post form (while editing an existing post), the upload form does contain a post_id field which does get submitted but the ValueSelector that's supposed to recognize it and filter the search query by that id claims that there's no 'id' field. It seems to be not noticing that post_id was uploaded and then renamed to id.

Comment #1 from David on August 12, 2010
This occurs when uploading to a new (unsumbitted) post, where there is actually no post_id. Fixed in commit 281e81f
Log in to leave a comment