| Issue 143: | Only one image can be uploaded per 'save' when adding an image to a product. | |
| Back to list |
What steps will reproduce the problem? 1. Add a new product. 2. Choose an image to upload. 3. Under Images, select "Add file to upload' to add an additional image. What is the expected output? What do you see instead? An additional choose file button should appear under images, instead it appears under downloads. What version of the product are you using? On what operating system? Verified on Substruct demo page. Please provide any additional information below. Workaround: You can currently add more than one image if you save the product between each new image uploaded.
Oct 23, 2008
#2
surveys...@gmail.com
Dec 6, 2008
seems that at least in once instance this occurred because the 'cached' copy of the javascripts overwrote the original substruct.js file :) [in production mode] this causes the screen to 'jump to the top' when you click 'add image' instead of adding a new image slot. fix: layouts/admin.rhtml change :cache => 'substruct' to :cache => 'substruct_cache'
Jan 24, 2009
(No comment was entered for this change.)
Status:
Duplicate
|