Have a content pane view set up with field display and have labels for the fields, but not "administer title" (under "More" collasped fieldset).

Add content pane view, set to display type "table" and choice or . Both cases there's no label displayed, even though someone's configured one.

      if (!empty($conf['header_type']) && $conf['header_type'] == 'titles') {
        foreach ($view->field as &$field) {
          $field->options['label'] = $field->options['ui_name'];
        }
      }
      else {
        foreach ($view->field as &$field) {
          $field->options['label'] = NULL;
        }
 
CommentFileSizeAuthor
panopoly_magic_ui_name.patch678 byteshefox

Comments

pancho’s picture

Project: Panopoly Magic » Panopoly

Moving this to the main Panopoly issue queue.

populist’s picture

Status: Needs review » Fixed

Thanks much for the report and patch. Reviewed + committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.