support multiple fields

yhager - July 17, 2008 - 05:27
Project:Imagefield Crop
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs work
Description

I have received the attached patch from a guy named 'fono'. I have not had the time to review it yet.

fono - I'd like to give you the credit for it, so please identify your d.o. username.

AttachmentSize
im_crop_multiple.patch16.05 KB

#1

commsols - August 16, 2008 - 13:50

after patch applyed, line 18 must be changed in file imagefield_crop.js :
from
containerpos = findPos($("#image-crop-container_" + cropId, cropId).get(0));
to
containerpos = findPos($("#image-crop-container_" + cropId).get(0));

#2

yhager - August 28, 2009 - 11:45
Status:needs review» needs work

@commsols: Can you reroll the patch so manual change will not be necessary?

 
 

Drupal is a registered trademark of Dries Buytaert.