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

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)