mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
[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 () {
|
success: function () {
|
||||||
Ext.each(nodes, function (node) {
|
Ext.each(nodes, function (node) {
|
||||||
node.setColumnValue(3, baseItem.filePriority);
|
node.attributes.priority =
|
||||||
|
baseItem.filePriority;
|
||||||
|
node.ui.updateColumns();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
scope: this,
|
scope: this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user