Update to Kirby 3.7.5
This commit is contained in:
@@ -110,7 +110,6 @@ return [
|
||||
|
||||
if (empty($this->columns)) {
|
||||
foreach ($this->fields as $field) {
|
||||
|
||||
// Skip hidden and unsaveable fields
|
||||
// They should never be included as column
|
||||
if ($field['type'] === 'hidden' || $field['saveable'] === false) {
|
||||
|
Reference in New Issue
Block a user