Closed (fixed)
Project:
Automatic Nodetitles
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2007 at 21:39 UTC
Updated:
16 Feb 2007 at 21:45 UTC
I have this defined as Pattern for the title: [field_unit_type] [field_unit_number]. For some reason, only field_unit_number makes it into the title.
For example, if field_unit_type=A and field_unit_number=1, then the title becomes 1. I want it to be A 1.
Both of these are CCK-generated text fields.
Comments
Comment #1
aren cambre commentedIt gets more interesting. I have another CCK content type that contains the fields first name and last name. I am able to combine those fields successfully using the format above. The only difference I can detect is the first name/last name fields are text, whereas the unit type field is text and the unit number field is an integer.
Comment #2
aren cambre commentedUpdating title to possibly be more accurate.
Comment #3
rjl commentedI am having a similar problem, but for me it seems to be ignoring any of my CCK fields that are select lists (I am using both text and integer select list CCK fields for this node type). If I only use fields that are select lists I get the following error:
This module will really be great for what I am trying to do, so I really appreciate your work, thanks.
Comment #4
fagoI've just committed some enhancements, please test and reactivate if the problem persists.
Comment #5
fagoComment #6
(not verified) commented