fix callback
This commit is contained in:
parent
a487e89601
commit
9df73d4f45
@ -68,7 +68,7 @@ class BackendBehaviors
|
|||||||
__('Select the template') => 'tpl',
|
__('Select the template') => 'tpl',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
['templatorBehaviors', 'adminPostsActionsCallback']
|
[self::class, 'adminPostsActionsCallback']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -125,7 +125,7 @@ class BackendBehaviors
|
|||||||
|
|
||||||
public static function adminFiltersListsV2(ArrayObject $sorts): void
|
public static function adminFiltersListsV2(ArrayObject $sorts): void
|
||||||
{
|
{
|
||||||
$sorts['templator'] = [
|
$sorts[My::id()] = [
|
||||||
__('Templates engine'),
|
__('Templates engine'),
|
||||||
[
|
[
|
||||||
__('Date') => 'post_upddt',
|
__('Date') => 'post_upddt',
|
||||||
|
Loading…
Reference in New Issue
Block a user