We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b196f59 commit 58a04b1Copy full SHA for 58a04b1
src/Ubiquity/scaffolding/creators/CrudControllerCreator.php
@@ -86,7 +86,7 @@ protected function addViews(&$messages, &$classContent) {
86
foreach ( $crudViews as $file ) {
87
if (isset ( ScaffoldController::$views ['CRUD'] [$file] )) {
88
$frameworkViewname = ScaffoldController::$views ['CRUD'] [$file];
89
- $this->scaffoldController->createAuthCrudView ( $frameworkViewname, $crudControllerName, $file );
+ $this->scaffoldController->createAuthCrudView ( $frameworkViewname, $crudControllerName, $file ,$this->useViewInheritance);
90
$classFilesContent [] = $this->scaffoldController->_createMethod ( 'public', 'getView' . \ucfirst ( $file ), '', '', "\t\treturn \"" . $crudControllerName . "/" . $file . ".html\";" );
91
}
92
0 commit comments