[idnode] properly make columns uneditable when they're readonly

This prevents e.g. text columns to become oddly grey when double-clicked
This commit is contained in:
Sam Stenvall 2014-08-05 16:07:57 +03:00 committed by Jaroslav Kysela
parent a5d0930624
commit 0956101299

View file

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