4343: Error message at close of address entry
svn: r16121
This commit is contained in:
parent
0e3e420c38
commit
c47079ba37
@ -317,9 +317,9 @@ class EditPlace(EditPrimary):
|
|||||||
msg = _("Edit Place (%s)") % self.obj.get_title()
|
msg = _("Edit Place (%s)") % self.obj.get_title()
|
||||||
self.db.transaction_commit(trans, msg)
|
self.db.transaction_commit(trans, msg)
|
||||||
|
|
||||||
|
self.close()
|
||||||
if self.callback:
|
if self.callback:
|
||||||
self.callback(self.obj)
|
self.callback(self.obj)
|
||||||
self.close()
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user