File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 244
244
245
245
{ if ! isset($toggle_detail )}
246
246
{ if $inlineEdit && $inlineEdit -> getItemId () == $row -> getId ()}
247
- { php $inlineEdit -> onSetDefaults ($filter [' inline_edit' ], $item ); }
247
+ { php $inlineEdit -> onSetDefaults ($filter [' inline_edit' ], $item ) }
248
248
249
249
<tr data-id =" { $row -> getId ()} " n:snippet =" item-{ $row -> getId ()} " n:attr =" $row->getControl()->attrs" >
250
250
<td n:if =" $hasGroupActions" class =" col-checkbox" ></td >
413
413
414
414
{ define inlineAddRow}
415
415
{ if $inlineAdd -> shouldBeRendered ()}
416
- { php $inlineAdd -> onSetDefaults ($filter [' inline_add' ]); }
416
+ { php $inlineAdd -> onSetDefaults ($filter [' inline_add' ]) }
417
417
418
418
<tr class =" datagrid-row-inline-add datagrid-row-inline-add-hidden" >
419
419
<td n:if =" $hasGroupActions" class =" col-checkbox" ></td >
You can’t perform that action at this time.
0 commit comments