Commit a213041c authored by Garth Murray's avatar Garth Murray

Generate Access Filter Migrations #179

Signed-off-by: 's avatarGarth Murray <garthpmurray@gmail.com>
parent a564d03c
......@@ -204,6 +204,7 @@ class Generator extends \yii\gii\generators\crud\Generator
'savedForm',
'formLayout',
'accessFilter',
'generateAccessFilterMigrations',
'singularEntities',
'modelMessageCategory',
],
......
......@@ -26,6 +26,7 @@ echo $form->field($generator, 'baseControllerClass');
echo $form->field($generator, 'viewPath');
echo $form->field($generator, 'pathPrefix');
echo $form->field($generator, 'accessFilter')->checkbox();
echo $form->field($generator, 'generateAccessFilterMigrations')->checkbox();
echo $form->field($generator, 'enableI18N')->checkbox();
echo $form->field($generator, 'messageCategory');
echo $form->field($generator, 'modelMessageCategory');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment