We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e114128 commit 8b3c4f2Copy full SHA for 8b3c4f2
src/Http/Resources/CP/Entries/Entries.php
@@ -45,7 +45,7 @@ private function setColumns()
45
$columns->put('status', $status);
46
47
if (User::current()->cant('view-other-authors-entries', [Entry::class, $this->blueprint->parent()])) {
48
- $columns->get('author')->listable(false);
+ $columns->get('author')?->listable(false);
49
}
50
51
if ($key = $this->columnPreferenceKey) {
0 commit comments