Skip to content
Snippets Groups Projects

#3124589 - Clean up and table update

Merged #3124589 - Clean up and table update
All threads resolved!
Merged Vijay Mani requested to merge issue/codes_pool-3124589:8.x-2.x into 8.x-2.x
All threads resolved!
Files
14
@@ -75,6 +75,7 @@ class CodesController extends ControllerBase {
$query = $this->database->select($source->getTableName(), 'c')
->extend(PagerSelectExtender::class);
$codes = $query->fields('c', ['id', 'code', 'status', 'created', 'changed'])
->condition('c.entity_id', $codes_pool_collection->id())
->orderBy('c.changed', 'DESC')
->limit(10)
->execute()
Loading