1
0
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:
Awilum
2020-02-26 17:25:18 +03:00
parent 633dae8bc8
commit 7e89a27f08

View File

@@ -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);