Add load(true) for ViewDefinitions as well
This commit is contained in:
parent
1c789d487b
commit
b0cc0f0d7b
|
@ -49,7 +49,8 @@ class View
|
|||
}
|
||||
}
|
||||
|
||||
$definition = DI::viewDefinition()->getAll();
|
||||
// just for Create purpose, reload the view definition with addons to explicit get the whole definition
|
||||
$definition = DI::viewDefinition()->load(true)->getAll();
|
||||
|
||||
foreach ($definition as $name => $structure) {
|
||||
if (self::isView($name)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user