Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/680
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 7, 2024
1 parent 913a622 commit 9c7cf84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/design/adminhtml/default/default/layout/dataflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml">
<block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml">
<!-- 2024-09-07 Dmitrii Fediuk https://upwork.com/fl/mage2pro
«`df_call()`: the required argument `name` of the `addJs` method is missed»:
https://github.com/thehcginstitute-com/m1/issues/679 -->
"The names of arguments in `<action method="<methodName>">` calls should match the `methodName`'s arguments":
https://github.com/thehcginstitute-com/m1/issues/680 -->
<action method="addJs"><name>prototype/prototype.js</name></action>
<action method="addJs"><name>prototype/validation.js</name></action>
<action method="addJs"><name>varien/js.js</name></action>
Expand All @@ -39,8 +39,8 @@ https://github.com/thehcginstitute-com/m1/issues/679 -->
<block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml">
<block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml">
<!-- 2024-09-07 Dmitrii Fediuk https://upwork.com/fl/mage2pro
«`df_call()`: the required argument `name` of the `addJs` method is missed»:
https://github.com/thehcginstitute-com/m1/issues/679 -->
"The names of arguments in `<action method="<methodName>">` calls should match the `methodName`'s arguments":
https://github.com/thehcginstitute-com/m1/issues/680 -->
<action method="addJs"><name>prototype/prototype.js</name></action>
<action method="addJs"><name>prototype/validation.js</name></action>
<action method="addJs"><name>varien/js.js</name></action>
Expand Down

0 comments on commit 9c7cf84

Please sign in to comment.