]> _ Git - cubist_cms-back.git/commitdiff
fix #2905 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jan 2020 18:17:54 +0000 (19:17 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jan 2020 18:17:54 +0000 (19:17 +0100)
src/app/Magic/Models/CMSPage.php

index 4017a4f962eed1911d83f9110d4100c0a31a3606..75038fd8a295ceca9af5d962cb6f2a2fb794f5bb 100644 (file)
@@ -49,6 +49,7 @@ class CMSPage extends CubistMagicNestedModel
             'label' => trans('Page name'),
             'type' => 'Text',
             'column' => true,
+            'column_move_after'=>'id',
             'translatable' => false,
             'hint' => trans('for admin use'),
             'tab' => 'Informations principales',