[WebUI] FilesTab: undefined setColumnValue
setColumnValue was removed Signed-off-by: Xuefer H <xuefer@gmail.com> Closes: https://github.com/deluge-torrent/deluge/pull/417
This commit is contained in:
parent
71b634e968
commit
d2a56ce15e
|
@ -214,7 +214,9 @@ Deluge.details.FilesTab = Ext.extend(Ext.ux.tree.TreeGrid, {
|
|||
{
|
||||
success: function () {
|
||||
Ext.each(nodes, function (node) {
|
||||
node.setColumnValue(3, baseItem.filePriority);
|
||||
node.attributes.priority =
|
||||
baseItem.filePriority;
|
||||
node.ui.updateColumns();
|
||||
});
|
||||
},
|
||||
scope: this,
|
||||
|
|
Loading…
Reference in New Issue