forked from extern/egroupware
fixed changed action name to get opening of contact working again
This commit is contained in:
parent
ca497be17d
commit
d4d7c305bd
@ -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':
|
||||||
|
Loading…
Reference in New Issue
Block a user