Hi,

I just started enabling "entity translation" on content types, and therefore started replacing node titles with title fields using this module. For one content type I had "automatic node title" configured, and after replacing the title, the title field re-appeared on the node form and automatic generation of titles stopped working.

My guess is that the Ant module still relies on the "old title", instead of the new title field. Maybe the title module could track changes on the "old title" and store them in the new title field respectively...?

It would be awesome if the Title module worked with Automatic node titles; or if there's any other way to hide the title field and automatically generate a language-aware title (using tokens/php).

Comments

plach’s picture

Title: Hide field and automatically generate title (Integrate Title+Automatic node titles?) » Automatic node title integration

Title is designed to detect changes to the replaced fields and synchronize them back into fields. Probably here we need something more advanced.

The issue about hiding fields is being addressed in #1433060: Allow to use entity label fields in the entity content area.

bforchhammer’s picture

Status: Active » Closed (won't fix)

I have found a working solution to my problem in #1124484-13: Automatic Entity Titles: Support for Taxonomy & Other Entities.