git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35456b
)
fix typo
author
Mark Huang
<mlhuang@cs.princeton.edu>
Mon, 23 Oct 2006 19:15:00 +0000
(19:15 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Mon, 23 Oct 2006 19:15:00 +0000
(19:15 +0000)
PLC/Methods/AddPerson.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/AddPerson.py
b/PLC/Methods/AddPerson.py
index
6393982
..
a2899de
100644
(file)
--- a/
PLC/Methods/AddPerson.py
+++ b/
PLC/Methods/AddPerson.py
@@
-42,6
+42,6
@@
class AddPerson(Method):
person['last_name'] = last_name
person['enabled'] = False
person.sync()
- self.object_ids = [person['person']]
+ self.object_ids = [person['person
_id
']]
return person['person_id']