mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 03:36:00 +02:00
Fix for #551 (visibility toggle on new page not working)
This commit is contained in:
@@ -767,6 +767,9 @@ class Admin
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($data['visible'] == 1 && !$page->order()) {
|
||||
$header['visible'] = $data['visible'];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user