fixed changed action name to get opening of contact working again

This commit is contained in:
Ralf Becker 2014-03-12 15:44:06 +00:00
parent ca497be17d
commit d4d7c305bd

View File

@ -122,7 +122,7 @@ app.classes.addressbook = AppJS.extend(
switch(_action.id) switch(_action.id)
{ {
case 'edit': case 'open':
this.egw.open(id, 'addressbook', 'edit'); this.egw.open(id, 'addressbook', 'edit');
break; break;
case 'copy': case 'copy':