mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 01:54:28 +02:00
fix(admin-panel): fix issues with routable field on entry edit
This commit is contained in:
@@ -864,7 +864,6 @@ class EntriesController extends Controller
|
||||
Arr::delete($data, 'action');
|
||||
|
||||
$data['published_by'] = Session::get('uuid');
|
||||
$data['routable'] = isset($data['routable']) ? (bool) $data['routable'] : false;
|
||||
|
||||
// Fetch entry
|
||||
$entry = $this->entries->fetch($id);
|
||||
|
Reference in New Issue
Block a user