Closed (fixed)
Project:
Image
Version:
6.x-1.0-beta5
Component:
image_attach
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 15:41 UTC
Updated:
8 Sep 2010 at 08:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
sunMakes sense. Normally, string changes should be avoided in stable releases, but since the string "Upload" is likely to exist + be translated already, this change shouldn't do any harm.
Comment #2
joachim commented> you should only click the Attach button when you are uploading a new image, not when you are choosing one to attach from the list.
I've seen other bug reports from people doing that.
Comment #3
sunComment #5
joachim commentedHmm do any of our tests click the 'Attach' button?
Comment #6
xenophyle commentedWow, this is getting a really quick response! I appreciate it.
Comment #7
joachim commented#3: image-DRUPAL-6--1.attach-button.3.patch queued for re-testing.
Comment #9
joachim commentedThis seems to be failing for total WTF reasons to do with the testing rig.
I can't see anything in our image attach tests that tries to click the 'Attach' button, so RTBC.
Comment #10
joachim commentedCommitted.
#867386 by sun: Changed image attach form's 'Attach' button to 'Upload'.
Comment #11
joachim commentedWe missed this:
$uploading_new_image = ($form_state['clicked_button']['#value'] == t('Attach'));
Comment #12
joachim commentednow a bug.
Comment #13
joachim commentedCommitted this patch.
#867386 by joachim: (Followup) Fixed remaining checks for 'Attach' button.