I checked, the permissions page still exists. I think the following files/code need to be deleted :
1.Allura/allura/ext/admin/templates/project_permissions.html In ext/admin_main.py: In class ProjectAdminController 2. self.permissions = PermissionsController() This piece of code? 3.""" @without_trailing_slash @expose('jinja:allura.ext.admin:templates/project_permissions.html') def groups(self, **kw): return dict()""" 4.Full class PermissionsController --- ** [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:** Mon Aug 10, 2015 05:56 PM 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.