| Issue 49: | PATCH Wrong "Latest File Uploads" when creating/editing content nodes | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Upload some images to products. 2. Go to the screen that creates a new content node. What is the expected output? What do you see instead? The right panel called "Latest File Uploads" should show latest files that was uploaded. Instead its messed up. What version of the product are you using? On what operating system? trunk. Ubuntu 7.04 Please provide any additional information below. The controller has a problem loading the user_uploads records, it loads even the thumbnails, so at least tree same files? Theres a problem with the code in the view too @file.type (an attribute) clashes with the deprecated type method that returns the class of the object, and a comparison using Image (a class) instead of "Image" a string.
Apr 8, 2008
Project Member
#1
subim...@gmail.com
Status:
Fixed
|