Skip to content
Snippets Groups Projects

explo new storm with more volatile

Merged Sebastien ANDRE requested to merge explo_new_storm into master
Compare and Show latest version
10 files
+ 108
49
Preferences
Compare changes
Files
10
@@ -190,7 +190,7 @@ class Class_FileManager_ModelRelationWidget {
public function findAll(string $path) : array {
$widgets = [];
foreach (Storm_Query::from(Class_Profil::class)
->not_is_nul('template')
->not_is_null('template')
->fetchAll() as $profile)
$widgets = $this->_getWidgetsWithImage($path, $profile, $widgets);