Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
d87a1f09
Commit
d87a1f09
authored
Dec 19, 2012
by
Sofia Papagiannaki
Browse files
Fix member join when join policy is auto_accept
parent
1032daf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/functions.py
View file @
d87a1f09
...
...
@@ -442,6 +442,7 @@ def create_membership(project_application_id, user_id):
raise
IOError
(
_
(
astakos_messages
.
MEMBERSHIP_REQUEST_EXISTS
))
else
:
m
.
save
()
return
m
def
get_membership
(
project
,
user
):
if
isinstance
(
project
,
int
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment