Problem/Motivation
For Custom StylePlugin
<?php
/**
* Style plugin to render each item as my style.
*
* @ingroup views_style_plugins
*
* @Plugin(
* id = "my_style",
* module = "my_views_style_plugin",
* title = @Translation("My Style"),
* help = @Translation("Displays rows as my style."),
* theme = "views_view_my_style",
* type = "normal"
* )
*/
?>
Views trying to locate
views-view-my-style.tpl.php
in core/modules/views/templates
rather modules/my_views_style_plugin
Proposed resolution
See the patch
Remaining tasks
Fix the issue.
User interface changes
None
API changes
None
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
custom_styleplugin_template.patch | 555 bytes | Idle | PASSED: [[SimpleTest]]: [MySQL] 49,568 pass(es). | View details | Re-test |