Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_attach
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 21:01 UTC
Updated:
30 Jan 2010 at 11:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
v8powerage commentedI made a patch for this, against 6.x-1.x-dev.
Comment #2
v8powerage commentedI found out that my simple patch is not perfect, because of that the title field is required in nodes where no image is attached you still have to type image title.
Comment #3
joachim commented> Best solution would be if the title field would fetch file title
That's what it currently does.
Comment #4
v8powerage commentedSo it was done since 4.7 then… I didn't realized that, because the title field isn't filled with the file name via ajax, only after submitting the node.
Anyway I still have loads of untitled images left from before the update :/.
Comment #5
joachim commentedI really don't understand what you mean.
You upgraded from 4.7 to 6? Did you create images while on 4.7 or later?
Comment #6
joachim commentedComment #7
sunThe title field is not controlled by Image module, or at least, can be customized via Drupal's content type settings.
Comment #8
joachim commented@sun: The OP means the title field when you upload a new image to attach, as far as I can tell.
Comment #9
sunComment #10
v8powerage commentedI was reffering to the 4.7 branch of the module, after update to 6 this feature is present (however there's no ajax fill of the field when editing node, the title appears however once node is saved so it's ok).
Comment #11
joachim commentedLet's tell the user why the title field is not compulsory.
Here's a small patch to add a bit of description text.
Comment #12
joachim commentedNo reviews; patch is trivial -- committed.
#625666 by joachim: Added node about what happens when no image title is given.