Skip to content

Commit 50f57fd

Browse files
author
Olivier Giulieri
committed
Added forgotten id.
1 parent d08e15e commit 50f57fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/ui-models/apps/winecellar.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ var winecellar_ui = {
417417
type: 'tab',
418418
label: 'Wine Tasting',
419419
elements: [
420-
421-
{ type: 'panel-list',
420+
{
421+
type: 'panel-list',
422422
id:'pnl-Degustations',
423423
attr:'degustation',
424424
label: 'Degustations',
@@ -443,6 +443,7 @@ var winecellar_ui = {
443443
width: 100,
444444
elements: [
445445
{
446+
id: 'comments',
446447
type: 'textmultiline',
447448
label: 'Comments',
448449
maxlength: '300',

0 commit comments

Comments
 (0)