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:
f3e3ac6
)
[#3224] Oups. Il manquait des éléments au commit précédent
author
Eric Mc Sween
<eric.mcsween@auf.org>
Fri, 1 Jun 2012 18:41:44 +0000
(14:41 -0400)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Fri, 1 Jun 2012 18:41:44 +0000
(14:41 -0400)
project/rh/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/project/rh/admin.py
b/project/rh/admin.py
index
bdf43d1
..
fff7e5c
100644
(file)
--- a/
project/rh/admin.py
+++ b/
project/rh/admin.py
@@
-899,7
+899,8
@@
class PosteAdmin(DateRangeMixin, AUFMetadataAdminMixin, \
def _implantation(self, poste):
return poste.implantation.nom
- _responsable.short_description = 'Implantation'
+ _implantation.short_description = 'Implantation'
+ _implantation.admin_order_field = 'implantation'
def _nom(self, poste):
return """<a href="%s">%s</a>""" % \