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
0e917347
Commit
0e917347
authored
May 16, 2013
by
Giorgos Korfiatis
Browse files
astakos: Allow submitting application with no resources
parent
664cb001
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/functions.py
View file @
0e917347
...
...
@@ -666,7 +666,8 @@ def submit_application(owner=None,
app
.
save
()
application
.
save
()
application
.
set_resource_policies
(
resource_policies
)
if
resource_policies
is
not
None
:
application
.
set_resource_policies
(
resource_policies
)
logger
.
info
(
"User %s submitted %s."
%
(
request_user
.
log_display
,
application
.
log_display
))
application_submit_notify
(
application
)
...
...
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