mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02: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.children = [];
|
||||||
|
|
||||||
this.onExecute = new egwFnct(this, null, []);
|
this.onExecute = new egwFnct(this, null, []);
|
||||||
|
if(_onExecute !== null)
|
||||||
|
{
|
||||||
|
this.set_onExecute(_onExecute);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user