PDA

View Full Version : owner filter


ram
19-04-05, 09:22 PM
I am using dotproject 2.0.1. I have added a new user with permission of access,view for projects and companies modules only.I want that the user should not be able to see other companies details, he should only see the projects and results related to the company that has been alloted to him.I tried denying permission to the person by setting the deny option in the permission.but it did not work.Actually the problem is the owner filter.In owner filter i dont want the 'All' option.
can i set the owner filter to only user login id ? if yes then how? if no then what is the alternative.
Owner filter be set only to user_id for companies,projects?

pedroa
19-04-05, 11:15 PM
The answer is yes and yes.

1) You can go to the file where the combo is populated and remove the sql records injection ('All' is added there beyond the sql's scope).

2) Alternative is to remove the companies module you granted and grant access and view permission to each company.

If you grant the companies module you are giving permission to view everything everywhere.

Pedro A.