Skip to content

Commit aeb202f

Browse files
authored
Merge pull request #1409 from YouMixx/patch-1
2 parents e65110b + 824a5f3 commit aeb202f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/Controllers/AdminController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ public function inlineEdit(ModelConfigurationInterface $model, Request $request)
524524
} else {
525525
if ($display instanceof DisplayTabbed) {
526526
foreach ($display->getTabs() as $tab) {
527+
if($column) continue;
528+
527529
$content = $tab->getContent();
528530

529531
if ($content instanceof DisplayTable) {

0 commit comments

Comments
 (0)