mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
same for _linkCallback (give method and attribute a different name to fix transpiling)
This commit is contained in:
parent
53984a270f
commit
dd43a3dc7a
@ -88,7 +88,7 @@ export class et2_nextmatch_controller extends et2_dataview_controller implements
|
|||||||
|
|
||||||
this.setDataProvider(this);
|
this.setDataProvider(this);
|
||||||
this.setRowCallback(this._nmRowCallback);
|
this.setRowCallback(this._nmRowCallback);
|
||||||
this.setLinkCallback(this._linkCallback);
|
this.setLinkCallback(this._nmLinkCallback);
|
||||||
this.setContext(this);
|
this.setContext(this);
|
||||||
|
|
||||||
// Copy the egw reference
|
// Copy the egw reference
|
||||||
@ -585,7 +585,7 @@ export class et2_nextmatch_controller extends et2_dataview_controller implements
|
|||||||
*
|
*
|
||||||
* @return Array List of action names that valid for the row
|
* @return Array List of action names that valid for the row
|
||||||
*/
|
*/
|
||||||
_linkCallback( _data, _idx, _uid)
|
_nmLinkCallback( _data, _idx, _uid)
|
||||||
{
|
{
|
||||||
if(_uid.trim() != "")
|
if(_uid.trim() != "")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user