CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #39006

Titles not editable in tab »edit images«

Added by Bernhard Eckl 10 months ago. Updated 9 months ago.

Status:Closed Start date:2012-07-16
Priority:Should have Due date:
Assignee:Bernhard Eckl % Done:

100%

Category:-
Target version:YAG 1.5.1
Votes: 3 (View)

Description

I got several images uploaded in an album. Then I want to edit the titles and descriptions of them, but the field for the title is not editable. When I edit only the description, the titles edited seperatly before are deleted. Check enclosed screenshot. How could this get fixed? TYPO3 version is 4.7.1, yag version 1.5.0.

yag-edit-images.png (44.6 kB) Bernhard Eckl, 2012-07-16 23:23

History

Updated by Bernhard Eckl 10 months ago

  • % Done changed from 0 to 50

I found a solution for the bug. I changed the fluid template in Resources/Private/Image/ImageAdminEdit.html, line 10 was:
<td><f:form.textbox id="item-title-textbox-{item.uid}" property="item.{item.uid}.title" value="{item.title}" size="40" /></td>

New line:
<td><f:form.textarea id="item-title-textbox-{item.uid}" property="item.{item.uid}.title" value="{item.title}" rows="5" cols="40" /></td>

This changes the field from an input field to a textarea field, but it works. I have no idea why it doesn’t work with the input field.

Updated by Daniel Lienert 10 months ago

  • Status changed from New to Needs Feedback
  • Assignee set to Bernhard Eckl

Please check the version of your YAG instance - if it is not 1.5.0 please update the extension. In the current version it should be form.textfield.

Updated by Bernhard Eckl 10 months ago

I really chercked the version, it is already 1.5.0…

Updated by Christian Ludwig 10 months ago

Problem still exists on a fresh installation from TER with v1.5.0 on TYPO3 v4.7.2.

It works, when changing fluid tags of title and tags fields to 'f:form.textfield' (in file typo3conf\ext\yag\Resources\Private\Partials\Image\ImageAdminEdit.html).

Do I have to change the id of both input fields (from item-XXX-textbox-{item.uid} to item-XXX-textfield-{item.uid}) too?

Thanks
Christian

Updated by Viktor Livakivskyi 10 months ago

I confirm this bug.

Facing it on my TYPO3 4.7.1 installation with yag 1.5.0.

Updated by Michael Knoll 9 months ago

  • Status changed from Needs Feedback to Closed
  • Target version set to YAG 1.5.1
  • % Done changed from 50 to 100

Fixed in current develop branch, will be released with 1.5.1

Also available in: Atom PDF