Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[idnode] properly make columns uneditable when they're readonly
This prevents e.g. text columns to become oddly grey when double-clicked
  • Loading branch information
Jalle19 authored and perexg committed Aug 6, 2014
1 parent a5d0930 commit 0956101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -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,
Expand Down

0 comments on commit 0956101

Please sign in to comment.