Note that there are some explanatory texts on larger screens.

plurals
  1. POMageneto catalog categories layout xml handle?
    primarykey
    data
    text
    <p>So I'm running into a strange issue. I'm trying to do a layout update by latching onto the handle for the controller action that corresponds to this URL: ".../index.php/admin/catalog_category/index/".</p> <p>Essentially, in the admin panel, when the user clicks Catalog->Categories->Manage Categories, this is the URL that appears. In my own module, I am attempting to latch onto this controller action using the following update:</p> <pre><code>&lt;layout&gt; &lt;admin_catalog_category_index&gt; &lt;reference name="content"&gt; &lt;block type="categorysearch/adminhtml_categorysearch_search" name="categorysearch" /&gt; &lt;/reference&gt; &lt;/admin_catalog_category_index&gt; &lt;/layout&gt; </code></pre> <p>I am unsure of why this isn't working correctly. I'm having a lot of trouble figuring out why my block isn't being added.</p> <p>Thank you for any help you can offer!</p> <p><strong>EDIT:</strong> Also, I forgot to mention that in the construct function of my block, I am simply echoing out "got here" and killing the app. I have tested the block with other handles and controller actions to confirm that the block is loading correctly. I also have placed other handles in the xml file I am using to make sure that the xml file is being loaded.</p> <p><strong>Update</strong> I tried using the LayoutViewer module that is provided by alanstorm at this url: "<a href="http://alanstorm.com/layouts_blocks_and_templates" rel="nofollow">http://alanstorm.com/layouts_blocks_and_templates</a>". In using this tool, it turns out that no handles are present, how is this possible?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload