fix undocumented template variable in the Layout
This commit is contained in:
parent
f150b19a73
commit
6b017ad991
3 changed files with 8 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ our $HELP = {
|
|||
{ 'name' => 'dragger.icon' },
|
||||
{ 'name' => 'dragger.init' },
|
||||
{ 'name' => 'position1_loop',
|
||||
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' } ]
|
||||
'variables' => [ { 'name' => 'id' }, { 'name' => 'content' }, { 'name' => 'isUncommitted' }, ]
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue