...enabled and accessable thru navigation to anonymoys users by default. Is it normal?

...
  $view->name = 'contentlog_msgs';
  $view->disabled = TRUE; // Disabling it...
  $view->description = 'All messages to per-content logs';
...

But

  $view->access = array (
);

is empty. My programming skills is too week to solve this.

Comments

fago’s picture

Status: Active » Fixed

this can't be better by default, as per default there are no user roles. So it's up to the users to configure this - as noted in the readme.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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