projets
/
auf_rh_dae.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b577e57
)
Typo
author
Eric Mc Sween
<eric.mcsween@auf.org>
Tue, 22 Nov 2011 18:48:13 +0000
(13:48 -0500)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Tue, 22 Nov 2011 18:48:13 +0000
(13:48 -0500)
project/dae/workflow.py
patch
|
blob
|
blame
|
history
diff --git
a/project/dae/workflow.py
b/project/dae/workflow.py
index
a56a2a0
..
399a409
100644
(file)
--- a/
project/dae/workflow.py
+++ b/
project/dae/workflow.py
@@
-233,7
+233,7
@@
class PosteWorkflow(WorkflowMixin):
if not is_user_dans_services_centraux(request.user):
return False
user_groups = request.user.groups.all()
- return grp_administrateurs in user_groups or grp_grp_drh in user_groups or \
+ return grp_administrateurs in user_groups or grp_drh in user_groups or \
grp_drh2 in user_groups
def acces_accior(self, action, request):