On /admin/structure/heartbeat/streams, I created a new stream with name "recentactivity" and enabled the block display.

However, when I visit /admin/structure/blocks, the generated block has no name.

I next tried cloning the useractivity stream and named the clone "recentactivity2". However, on the blocks page the generated block for the clone was still named "User activity", giving me two user activity blocks.

I confirmed this issue in Drupal 7.2 and 7.4.

Comments

Stalski’s picture

This could be fixed in dev (If you are up to it, upgrade to dev)
I 'll will look for this asap.

Stalski’s picture

Status: Active » Fixed

It was not fixed completely. It should be fixed now.
I can see the correct name and it's loading the correct cloned stream derived from correct object.

thx for the report.

Status: Fixed » Closed (fixed)

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

bjalford’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Closed (fixed) » Active

Getting the same issue with the latest dev version

Stalski’s picture

can you please specify how I can reproduce this?

Just tested this again and it works nice after cloning. As long as the stream has a title, it should be showing just fine.

Stalski’s picture

Status: Active » Postponed (maintainer needs more info)
bjalford’s picture

Sorry, cloning fine just when creating new stream through ui. I can't set the block title - it remains blank.

Stalski’s picture

Hmm, I only tested that once. It's a bit tricky though. Each class can extend on another and has clone functionality. Other custom classes are defined through the code (heartbeat_stream_info hook) and appears in the UI automatically.
So what do you expect from the add action in the UI ? I was planning to deny that possibility as I want to force people to create custom streams by ctools export type.

Stalski’s picture

Status: Postponed (maintainer needs more info) » Needs review

Is this fixed by now? I've changed some things and it seems to work for me just fine.

Stalski’s picture

Status: Needs review » Closed (fixed)

Since creating forces a clone from now on, this is not an issue anymore.