This topic is locked

List/View permissions

6/21/2006 6:58:20 AM
PHPRunner General questions
D
dieter author

is ist possible to separate the permissions of List and View pages?
I like to have permission for the View Page _view.php only for the admin, to show there some additional entries, which are not on the List page.
Greets

Alexey admin 6/21/2006

Dieter,
I recommend you to resolve this problem using custom view on Datasource tables tab in PHPRunner.
Create a custom view for your table.

Then proceed to the Choose Pages tab. Choose to create View page for the View and don't create it for the original table.

Open Security tab->Advanced->User group permissions.

Restrict access to the View to all your users except admin there.

D
dieter author 6/21/2006

Dieter,

I recommend you to resolve this problem using custom view on Datasource tables tab in PHPRunner.
Create a custom view for your table.

Then proceed to the Choose Pages tab. Choose to create View page for the View and don't create it for the original table.

Open Security tab->Advanced->User group permissions.

Restrict access to the View to all your users except admin there.


It works fine and this is exactly what I wanted.
Thanks