Skip to content

Commit

Permalink
ENGCOM-3364: #10440: [Forwardport] Missing $debugHintsPath when sendi…
Browse files Browse the repository at this point in the history
…ng email via command. #18991
  • Loading branch information
Stanislav Idolov authored Nov 6, 2018
2 parents 6fc7b8e + 9c3e092 commit d054bf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions app/code/Magento/Developer/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,12 @@
</argument>
</arguments>
</type>

<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
<arguments>
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
<argument name="debugHintsWithParam" xsi:type="string">dev/debug/template_hints_storefront_show_with_parameter</argument>
<argument name="debugHintsParameter" xsi:type="string">dev/debug/template_hints_parameter_value</argument>
</arguments>
</type>
</config>
7 changes: 0 additions & 7 deletions app/code/Magento/Developer/etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,4 @@
<type name="Magento\Framework\View\TemplateEngineFactory">
<plugin name="debug_hints" type="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints" sortOrder="10"/>
</type>
<type name="Magento\Developer\Model\TemplateEngine\Plugin\DebugHints">
<arguments>
<argument name="debugHintsPath" xsi:type="string">dev/debug/template_hints_storefront</argument>
<argument name="debugHintsWithParam" xsi:type="string">dev/debug/template_hints_storefront_show_with_parameter</argument>
<argument name="debugHintsParameter" xsi:type="string">dev/debug/template_hints_parameter_value</argument>
</arguments>
</type>
</config>

0 comments on commit d054bf7

Please sign in to comment.