Skip to content

Commit

Permalink
Merge pull request #21769 from colemanw/fixEditable
Browse files Browse the repository at this point in the history
SearchKit - Fix in-place edit in 5.42
  • Loading branch information
eileenmcnaughton authored Oct 9, 2021
2 parents 858b8ac + 63e0dff commit 32fff2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ protected function augmentSelectClause(&$apiParams): void {
// Select value fields for in-place editing
if (isset($column['editable']['value'])) {
$additions[] = $column['editable']['value'];
$additions[] = $column['editable']['id'];
}
}
// Add fields referenced via token
Expand Down

0 comments on commit 32fff2f

Please sign in to comment.