Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
384 stars 106 forks source link

feat(issues): restrict to user group or admin #393

Closed kralynch closed 3 years ago

kralynch commented 3 years ago

@Alanaktion Great work on this.

This is based on the work done by @GelLiNN and @Citydampf. It differs from @GelLiNN's method in that no database changes are made. The group access is determined by querying the existing tables.

I would like to add a configuration option to allow the administrator to turn on or off this filtering but don't have that much experience with UI.