mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r21371: Ehmm I was reseting the wrong dataModel...
This commit is contained in:
parent
5fe63e1e87
commit
37484924bc
@ -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