Not sure the correct Component but setting to Views Data for the moment.

I noticed that Widget label in a Field's setting cannot be changed to 'None' or Custom in the Views 6.x-3.x-dev. I added a field, set Widget label to 'None', Update, Save, and the label still shows on the view. I check back with the settings and it is set to "Widget label (Field Name)". I change again to 'None', Update, then click on the field again (without saving) and the setting is again back to "Widget label (Field Name)". Same issue when using Custom and typing text into the box.

I tested on view types Node and User with same resulting issue of not being able to set Widget label to 'None' or 'Custom'.
I'm sure this issue is related to something currently being worked on but creating this issue just in case.

Please let me know if further information is needed.
Thanks for all the great work!

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-3.x-dev » 6.x-2.x-dev
Component: Views Data » Views Integration
Status: Active » Closed (duplicate)

Since this is a CCK field, I am sure this is the same issue with CCK needing to update option_definition() and CCK hasn't done that yet. THere' salready at least 2 reports on this.

Bilmar’s picture

thank you merlinofchaos
I'm looking forward to using Views 3 with CCK fields.

merlinofchaos’s picture

Try testing the patch on http://drupal.org/node/670344 that sounds as though it fixes this issue.

Bilmar’s picture

thank you! I tested http://drupal.org/node/670344 and posted feedback. I also closed http://drupal.org/node/665594 as a duplicate.