Presenter and Ordering #873
Unanswered
fbrusciano
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When i'm using a ModuleController , i would like to use presenter and maybe sorting a column on the same field.
Like this :
This code generate an error on sorting because the field expirationAt dont exist.
Maybe a nice implementation should be :
With this change in the module contoller on line 963
$value = $item->presentAdmin()->{$column['field']};
by
$value = $item->presentAdmin()->{$column['presenter']};
Have you an other way to perform sorting and presenting in the same time ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions