mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#1846 [admin] Advs isme göre sıralama
This commit is contained in:
parent
22472f7e50
commit
968ae1efb3
@ -109,6 +109,7 @@ class AdvsController extends AdminController
|
||||
'entry.id',
|
||||
'name' => [
|
||||
'class' => 'advs-name',
|
||||
'sort_column' => 'slug',
|
||||
'value' => function (EntryInterface $entry) {
|
||||
return "<a href='" . $this->model->getAdvDetailLinkByModel($entry, 'list') . "' > " . $entry->name . "</a > ";
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user