I have a node with view1 inserted which has worked well for ages.

The time has come to replace the information on the page with better content, so I have created view2 to handle the new format. with the intent of deleting the old inserted view when the new one is complete. By restricting the visibility of view2 to admin, my plan was to have view2 also on the page, so I could easily access it as admin, but was invisible to anonymous users

Wrong!

It appears that I can not make the view2 invisible when inserted

Is this a simple configuration error, a bug, or by design?

John

Comments

pasqualle’s picture

The 1.0 version does not check the views permission, but it is planned for the next release: #419880: Various improvements

Anonymous’s picture

Status: Active » Closed (duplicate)

How did i miss that one !, especially as i responded

John