Using "override title" on a content type is ignored when using the styles versatile_naked_title and versatile_tag.

Comments

arnested’s picture

The attached patch fixes the problem by removing

if ($content->type == 'block') {
  $content->title = $content->subject;
}

I'm not sure what that code was trying to achieve though (and whether it will break anything).

peter törnstrand’s picture

Commited to DEV-branch.

Not sure what the code was for either... I think I just copied it from another style plugin a some time.

peter törnstrand’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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