We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3156467 commit 4781390Copy full SHA for 4781390
1 file changed
src/elements/Entry.php
@@ -2485,7 +2485,7 @@ protected function inlineAttributeInputHtml(string $attribute): string
2485
],
2486
'single' => false,
2487
'elements' => $authors ?: null,
2488
- 'disabled' => false,
+ 'disabled' => !$this->canChangeAuthor(),
2489
'errors' => $this->getErrors('authorIds'),
2490
'limit' => $section->maxAuthors,
2491
]);
0 commit comments