mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix ignored _onExecute attribute
This commit is contained in:
parent
3ef3e7d9e0
commit
bd270b4010
@ -159,6 +159,10 @@ function egwAction(_parent, _id, _caption, _iconUrl, _onExecute, _allowOnMultipl
|
||||
this.children = [];
|
||||
|
||||
this.onExecute = new egwFnct(this, null, []);
|
||||
if(_onExecute !== null)
|
||||
{
|
||||
this.set_onExecute(_onExecute);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user