1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-23 07:52:23 +00:00

[permission] Syntax error

This commit is contained in:
Benjamin Graillot 2020-03-07 10:48:38 +01:00
parent 8a9ad0a6e5
commit 5df1f42f43

View File

@ -121,7 +121,7 @@ class Permission(models.Model):
def _about(_self, _query, **kwargs):
self = _self
query = _query
if self.type == 'add'):
if self.type == 'add':
# Handle add permission differently
return self._about_add(query, **kwargs)
if len(query) == 0: