Skip to content

Commit 9d2d54d

Browse files
authored
Merge pull request #5874 from Laravel-Backpack/fix-non-isolated-forms
Fix non isolated form operations
2 parents c134823 + 6f7aba6 commit 9d2d54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CrudPanelManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private function shouldIsolateOperation(string $controller, string $operation):
175175
}
176176
}
177177

178-
return true;
178+
return false;
179179
}
180180

181181
/**

0 commit comments

Comments
 (0)