Removing `PermissionsController` is correct. It looks like the `project_permissions.html` template is used there and also in the "groups" URL which is still used. So that template should remain. You can test removing it to see what happens :) The `def groups` method definitely needs to stay.
If you haven't noticed yet, there are permissions at the project level, and then also within each app/tool, so make sure you test both areas. --- ** [tickets:#7958] Clean up old project-level permission management page** **Status:** open **Milestone:** unreleased **Labels:** cleanup subproject **Created:** Mon Aug 10, 2015 05:56 PM UTC by Dave Brondsema **Last Updated:** Tue Mar 07, 2017 10:00 AM UTC **Owner:** nobody A long time ago we made a new permissions page for projects, which combined group management and permission management. It is at the '/groups' url, but we never removed the old project permission management page at '/permissions' I came across it recently because in a subproject we still link to /permissions and not /groups We should update links, and remove the /permissions page for projects. (Take care that the /permissions pages for tools is not affected, it is still needed!) --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.