[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:
parent
a5d0930624
commit
0956101299
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue