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:
8460277
)
Bugfix pour organigrammes
author
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Fri, 30 Mar 2012 15:28:37 +0000
(10:28 -0500)
committer
Jean-Philippe Caissy
<jpcaissy@piji.ca>
Fri, 30 Mar 2012 15:28:37 +0000
(10:28 -0500)
project/rh/views.py
patch
|
blob
|
blame
|
history
diff --git
a/project/rh/views.py
b/project/rh/views.py
index
9cb8ceb
..
a8e6236
100644
(file)
--- a/
project/rh/views.py
+++ b/
project/rh/views.py
@@
-563,7
+563,7
@@
def organigrammes_employe(request, id, level="all"):
if postes_niveau:
for p in postes_niveau:
if graph.has_node(p):
- graph.remove_node(p)
+ graph.delete_node(p)
a = graph
a.name = name.encode('ascii', 'xmlcharrefreplace')