install workbench, goto dashboard, edit the dash and drag the "users" block to the disabled section, save, drag it again to the sidebar, save again.

now disable the workbench module, deinstall it.
go to the dashboard.

What I see here is following:
Notice: Undefined index: workbench_current_user-block_1 in dashboard_page_build() (Zeile 188 von /home/christian/www/drupal-7.10/modules/dashboard/dashboard.module).

What I think is that workbench forgets to clear all blocks out of the database - or is there somthing changed if a block is moved once?

Comments

agentrickard’s picture

Project: Workbench » Views (for Drupal 7)
Version: 7.x-1.1 » 7.x-3.x-dev
Priority: Major » Normal

This would actually be a Views bug, since this block is managed by Views.

dawehner’s picture

Status: Active » Closed (duplicate)

In earlier issues in views (#1311376: Undefined index in dashboard_page_build() ) we figured out that this is actually a core bug, see #936798: Dashboard uses unreliable method for identifying blocks. which already has a patch but it's on needs work so that's a duplicate.