mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Provide missing context, fixes unwanted unregister of all callbacks instead of just the ones for that nextmatch
This commit is contained in:
parent
af83de8198
commit
af1bf822a9
@ -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);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user