-
Notifications
You must be signed in to change notification settings - Fork 694
Closed
Labels
Description
#1355 introduced major changes to the ViewResponseListener, but using @rest\View will no longer guess the template name if one is not provided.
It seems to me like we're duplicating quite a bit of logic with the SensioFrameworkExtraBundle's TemplateListener and digging further that using these annotations for their 'magic' seems to be very slow: symfony/symfony#17933
It seems to me like we either need to refactor the TemplateListener so we can reuse the same logic that the ViewResponseListener needs or if that isnt likely to happen at least have feature parity with the TemplateListener.