This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1fad6e6 fix ppmc create
1fad6e6 is described below
commit 1fad6e65129cd326ef096526765d75de01b65cd3
Author: Sam Ruby <[email protected]>
AuthorDate: Fri Oct 20 19:55:10 2017 -0400
fix ppmc create
---
www/roster/views/actions/ppmc.json.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/roster/views/actions/ppmc.json.rb
b/www/roster/views/actions/ppmc.json.rb
index 8ed8510..5c04c94 100644
--- a/www/roster/views/actions/ppmc.json.rb
+++ b/www/roster/views/actions/ppmc.json.rb
@@ -23,6 +23,7 @@ if env.password
ASF::LDAP.bind(env.user, env.password) do
if @targets.include? 'ldap'
if @action == 'add'
+ project = ASF::Project.find(@project)
project.create(people)
end
elsif @action == 'add'
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].