Skip to content

Commit

Permalink
Revert "DEBUG"
Browse files Browse the repository at this point in the history
This reverts commit 88c17f3.
  • Loading branch information
mvorisek committed Aug 27, 2022
1 parent 2256453 commit 6ca2b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/collection/multitable.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ public function setModel(Model $model, array $route = []): void
$model = new File($app->db);
$model->addCondition($model->fieldName()->parent_folder_id, null);
$model->setOrder([$model->fieldName()->is_folder => 'desc', $model->fieldName()->name]);
var_dump($model->fieldName()->parent_folder_id);
print_r($model->export());

Header::addTo($app, ['File Finder', 'subHeader' => 'Component built around Table, Columns and JsReload']);

$vp = VirtualPage::addTo($app)->set(function (VirtualPage $vp) use ($model) {
Expand Down

0 comments on commit 6ca2b48

Please sign in to comment.