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

azbok’s picture

Title: Can't seem to get Subversion Access -> Grant Access to work » Fixed Subversion Access -> Grant Access
Status: Active » Needs review

The 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

mrconnerton’s picture

Status: Needs review » Closed (won't fix)

5.x module is no longer supported.