shyim / ShyimAttributeTransformer

12 stars 7 forks source link

Fixes issue #8: Do not handle requests to the error controller. #11

Closed jhit closed 4 years ago

jhit commented 4 years ago

Issue #8 contains two problems:

  1. What Michael did causes a smarty error when compiling the theme. That will trigger a Error Controller.
  2. The Error Controller will trigger the Enlight_Controller_Action_PostDispatch Event again and the Plugin will iterate a second time over all the attributes already converted.