If I change the label of a CCK content type, the module still seems to reference the original name. In the attached screenshot, 'job announcement' was the original label. I wonder if this is a serious bug.
| Comment | File | Size | Author |
|---|---|---|---|
| cck_no_name_update.gif | 3.56 KB | venkat-rk |
Comments
Comment #1
introfini commentedI think that is by design.
introfini
Comment #2
drubbFor me, it's not a bug, it's a feature. Just think of people using foreign languages, e.g. german "umlauts". In german, the label "guestbook" would be "gästebuch", which cck changes to "gstebuch" as field label. But now there's a way to avoid this: I label the field "gaestebuch", and change the label to "gästebuch" without a change of internal label. AND you're able to use special chars after having defined a drupal-conforme label. Nice feature!
Comment #3
introfini commentedYes, I use it the same way :-)
Comment #4
venkat-rk commentedThanks. Glad to know it is a feature rather than a bug. I was worried that the internal reference to the original name might mung things up when using views or otherwise manipulating the cck fields.
Comment #5
jonbob commentedThis is indeed the way things are intended; we don't want to break themes, views etc. when an admin decides to change the label.