- 🇦🇺Australia VladimirAus Brisbane, Australia
Drupal 7 is no longer supported.
Issue is older than 10 years old.
Closing as outdated.
I have a nodetype
(Scene (Machine name: scene)
with 2 fields that I want to make a pattern for a title:
field_scene_number Decimal Text field [node:field_scene_number]
field_scene_short_name Text Text field [node:field_scene_short_name]
PROBLEM:
I tried to put them into node auto label field but it does not accept the data from them. The field "title" stays empty.
I also tried to add some random tokens to Scene (Machine name: scene) title such as [current-date:medium] [current-page:url] [current-user:name-raw] [current-user:uid] [site:name] [site:mail]
They all are accepted by not those from fields created by me.
I decided to check these tokens and these fieds with another nodetypes (cause I thought that maybe there is something wrong with the fields) and added
field_scene_number Decimal Text field
field_scene_short_name Text Text field
to another nodetype with another fields and settings. And it worked in another nodetype!
So in Location free dates (Machine name: location_free_dates)
the [node:field_scene_number] and [node:field_scene_short_name] were used in notetitle.
I understand that there is something wrong with nodetype Scene (Machine name: scene).
But I cannot delete and create it from scratch cause there are really many imporant fields already and many nodes with this nodetype.
Can you give me a piece of advice what can I check to understand why it does not take the data from some fields?
Closed: outdated
1.2
Miscellaneous
Drupal 7 is no longer supported.
Issue is older than 10 years old.
Closing as outdated.