dubeaud / bugnet

BugNET is an open source issue tracker built with .NET
189 stars 165 forks source link

Customize for customers to only see issues they create #1

Open dubeaud opened 9 years ago

dubeaud commented 9 years ago

This issue was imported from CodePlex

dubeaud wrote 2012-10-23 at 10:41 The easiest way to accomplish this would be add a new permission to only allow users to see issues that they create. We can look into adding this.

iamroelski wrote 2013-07-04 at 05:24 is there any solution for this?

Thanks

dubeaud wrote 2014-01-31 at 09:44 You would have to edit the code, add a new permission to the enumeration in the business layer, and the database then add an if statement to the issues page to check for that permission and if the current user is the creator of the issue.

perhallstrom commented 8 years ago

Is there any global implementation regarding this, or should we "still" implement this as proposed above? :)

dubeaud commented 8 years ago

This feature hasn't been added yet.

On Mon, Dec 7, 2015 at 1:35 PM, perhallstrom notifications@github.com wrote:

Is there any global implementation regarding this, or should we "still" implement this as proposed above? :)

— Reply to this email directly or view it on GitHub https://github.com/dubeaud/bugnet/issues/1#issuecomment-162617209.