User permissions to send a ticket to another users

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ronaldoo
User
Posts: 3

User permissions to send a ticket to another users

Post by ronaldoo »

Hello guys, I'm using user permissions based on some MySQL tables and all works pretty good!

But, I want to open tickets and on this tickets the user need to be able to set if want sent this ticket for another user, but only using administrator account I can see all users on the select box. As a normal user I can see only my user, not others.

What can I do?


danielc
User
Posts: 1601

Post by danielc »

Create a view for your user table and use this view as your lookup table.


ronaldoo
User
Posts: 3

Post by ronaldoo »

danielc wrote:
Create a view for your user table and use this view as your lookup table.

Great man! It works so nice! Thanks!!!


Post Reply