Closed (won't fix)
Project:
Subversion
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2007 at 04:08 UTC
Updated:
18 Jan 2011 at 22:35 UTC
When I edit a project and try to grant someone access, it doesn't insert anything into the subversion_project_maintainers database table. When I manually add a node/uid then that user is listed. The code to do the insert is in subversion_project_access_submit(), but it isn't actually called upon the submit. Anyone have any ideas?
azbok
Comments
Comment #1
azbok commentedThe form validate and submit functions weren't being called due to function naming
It turns out there's a simple fix to get Grant Access to work:
Rename: function subversion_project_access_validate
to: function subversion_project_access_form_validate
Rename: function subversion_project_access_submit
to: function subversion_project_access_form_submit
That's it
Comment #2
mrconnerton commented5.x module is no longer supported.