Getting the name of a block in the Global Scrapbook?

Permalink
Hey,

I'm trying to grab the name of a block in the Global Scrapbook, but I'm having a weird problem.

I added a block to a page, then added it to the Global Scrapbook. I then went to the Global Scrapbook and renamed it.

Now when I go back to the original page, I'm still seeing the old block name if I run $b->getBlockName() in view.php.

However, if I click the block and edit it, I see the new name if I run $b->getBlockName().

Is there any way to see the new name in view.php?

Thanks!

elyon