The admin menu and the admin page is missing a link to the maillog view.
See path:
admin/reports

Comments

pluess’s picture

Added the link to in the admin page in #1203116: Link on settings page to the log page.

I'm not sure how to add the link to the admin menu, see http://drupal.org/node/1273306 .

jonathan_hunt’s picture

Try changing the default view to target the D7 default Management menu.

$handler->override_option('menu', array(
  'type' => 'normal',
  'title' => 'Maillog',
  'description' => 'Show the logged mails',
  'weight' => '0',
  'name' => 'management',
));
miro_dietiker’s picture

Status: Active » Fixed

Fixed. Thank you!

Status: Fixed » Closed (fixed)

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

nasseralikarimi’s picture

Issue summary: View changes

You need to save the view once manually. So view this page /admin/structure/views/view/Maillog
and then just save the view, then you can access it from menu and as well throgh this link /admin/reports/maillog