Skip to content

Commit

Permalink
feature/ListBuilderAdapter's transformation was invoked
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdodonov committed Dec 4, 2020
1 parent 8b8348a commit 32e7565
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mezon/Gui/ListBuilder/ListBuilder.php
Expand Up @@ -307,6 +307,8 @@ protected function simpleListingItems(array $records): string
BootstrapWidgets::get('listing-row'));

$record = $this->transformRecord($record);

$record = $this->listBuilderAdapter->preprocessListItem($record);

$content = TemplateEngine::printRecord($content, $record);
}
Expand Down

0 comments on commit 32e7565

Please sign in to comment.