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'.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | overwrite_title_issue-934986-6.patch | 1.45 KB | BarisW |
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Michsk commentedAre you seriouse...
Comment #3
bryancasler commentedsubscribe
Comment #4
brianV commentedBumping version since 6.x-2.x is no longer being developed.
Comment #5
BarisW commentedStill relevant in the current 7.x version
Comment #6
BarisW commentedHere's a patch that fixes the issue. It re-uses the settings from the block instead of creating an empty one.
Comment #8
drummI 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().