The checkbox instance needs to be passed to the table editor
This commit is contained in:
parent
32a3a8e4d2
commit
96d4b02184
1 changed files with 1 additions and 1 deletions
|
@ -105,6 +105,6 @@ tvheadend.cwceditor = function() {
|
|||
});
|
||||
|
||||
return new tvheadend.tableEditor('Code Word Client', 'cwc', cm, rec,
|
||||
[enabledColumn], store,
|
||||
[enabledColumn, emmColumn], store,
|
||||
'config_cwc.html', 'key');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue