From 0956101299d653727032acaa175eb31505e00dd1 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Tue, 5 Aug 2014 16:07:57 +0300 Subject: [PATCH] [idnode] properly make columns uneditable when they're readonly This prevents e.g. text columns to become oddly grey when double-clicked --- src/webui/static/app/idnode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index ee24c258..5527af62 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -148,6 +148,7 @@ tvheadend.IdNodeField = function(conf) header: this.text, editor: this.editor({create: false}), renderer: this.renderer(), + editable: !this.rdonly, hidden: this.hidden, filter: { type: ftype,