1
0
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:
Simo Sorce 2007-02-15 18:48:37 +00:00 committed by Gerald (Jerry) Carter
parent 5fe63e1e87
commit 37484924bc

View File

@ -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)