Access the content overview page is enabled in permissions, shortcut in the toolbar must show find content

currently if that is disabled, it doesnt show but you can access the admin/content/node manually using the browser

Comments

keichee’s picture

fixed it using

  $content['shortcuts']['shortcuts']['admin-content-node'] = array(
    '#title' => t('Find content'),
    '#href' => 'admin/content/node',
    //'#access' => user_access('administer nodes'),
  );
callison’s picture

Category: bug » task
Priority: Critical » Normal

Would you please be more specific. Are you talking about the Admin Menu Toolbar module?

callison’s picture

Status: Active » Closed (works as designed)

@keichee: I think that's how it's supposed to work, though I could be mistaken.

keichee’s picture

Status: Closed (works as designed) » Needs review

yes this is to fix the admin tool bar.. tested in chrome, firefox versions

keichee’s picture

Assigned: Unassigned » keichee
marcingy’s picture

Status: Needs review » Closed (works as designed)

As per comment above