mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Provide missing context, fixes unwanted unregister of all callbacks instead of just the ones for that nextmatch
This commit is contained in:
@ -678,7 +678,7 @@ var et2_dataview_controller = Class.extend({
|
||||
|
||||
// Unregister the data callback
|
||||
this.self._dataProvider.dataUnregisterUID(this.entry.uid,
|
||||
this.self._dataCallback, null);
|
||||
this.self._dataCallback, this);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user