Guess this issue is right in this place.

- Create a hombox page.
- Create a block using views. In the views UI give the block a title 'Custom Block A'.
- Add 'Custom Block A' to the homebox, make it visible in a column.
- Give the 'Custom Block A' a new title trough the homebox UI. Let's give it 'Custom Bock Overwrite'.

Following is where it's going wrong.

- On the homebox page, click 'Add a block'.
- Click 'Custom Block A', to add it to the homebox page.
- The block is added but the title is wrong, it is not the 'Custom Bock Overwrite' title. But the title set in Views / original block title, so in this case 'Custom Block A'.

CommentFileSizeAuthor
#6 overwrite_title_issue-934986-6.patch1.45 KBBarisW

Comments

Anonymous’s picture

Title: Overwrite title issue. » Overwrite title issue
Michsk’s picture

Are you seriouse...

bryancasler’s picture

subscribe

brianV’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev

Bumping version since 6.x-2.x is no longer being developed.

BarisW’s picture

Version: 6.x-3.x-dev » 7.x-2.x-dev
Issue summary: View changes

Still relevant in the current 7.x version

BarisW’s picture

Status: Active » Needs review
StatusFileSize
new1.45 KB

Here's a patch that fixes the issue. It re-uses the settings from the block instead of creating an empty one.

  • drumm committed 7fb2a93 on 7.x-2.x
    Issue #934986: Always start with admin-configured title for blocks
    
drumm’s picture

Status: Needs review » Fixed

I went with a more-simple fix. I can't think of a place where we would want a user-configured title. Now it always starts with any admin-configured title in homebox_prepare_block().

Status: Fixed » Closed (fixed)

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