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
1ec0da3d
Commit
1ec0da3d
authored
Dec 20, 2012
by
Sofia Papagiannaki
Browse files
Fix AttributeError
parent
e295b4ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/models.py
View file @
1ec0da3d
...
...
@@ -1785,7 +1785,7 @@ class ProjectMembership(models.Model):
synced_application
=
self
.
application
if
synced_application
is
not
None
:
cur_grants
=
synced_application
.
resource
_
grant
s
.
all
()
cur_grants
=
synced_application
.
project
resourcegrant
_set
.
all
()
for
grant
in
cur_grants
:
sub_append
(
QuotaLimits
(
holder
=
holder
,
...
...
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