Skip to content

Commit 824a5f3

Browse files
authored
fix(inline-edit): if column is found, stop searching
1 parent e992b02 commit 824a5f3

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)