mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r21371: Ehmm I was reseting the wrong dataModel...
(This used to be commit 37484924bc
)
This commit is contained in:
parent
cccd788ba7
commit
17c82f1d12
@ -527,8 +527,10 @@ qx.Proto._displayDeleteResults = function(module, rpcRequest, type)
|
||||
alert("Object Successfully deleted!");
|
||||
|
||||
this._ldbmod.setBase("");
|
||||
|
||||
// just clear the attribute/value table.
|
||||
dataModel.setData([ ]);
|
||||
var tableModel = module.fsm.getObject("tableModel:browse");
|
||||
tableModel.setData([]);
|
||||
};
|
||||
|
||||
qx.Proto._displaySearchResults = function(module, rpcRequest)
|
||||
|
Loading…
Reference in New Issue
Block a user