This topic is locked
[SOLVED]

 custom files permissions

6/13/2014 8:44:59 AM
PHPRunner General questions
G
gbhmayer1 author

I added a custom file (.php) on my system. How to include it in the list of dynamic permissions that appear in administrator mode?

Sergey Kornilov admin 6/13/2014

You cannot.
The best option is create a custom view in PHPRunner for one tables and modify List or View page of this view to use your own code (i.e. via one of events or via PHP code snippet).
This way you can easily add this page to the menu and manage it via User Group Permissions, either static or dynamic.

G
gbhmayer1 author 6/13/2014

Thank you, very much