?
avatar b2z
b2z
26 Jan 2020

I am testing my extensions on 4.0.0-beta1-dev and found that the sample data plugin is not visible in the sample data module. I do not have such an issue on the latest Joomla 3 installation.

Did a check that the code of onSampleDataGetOverview() method of my plugin and the blog sample data plugin is the same. So I am confused where the issue is.

You can see that the plugin is enabled:
2020-01-26_165432

But nothing in the sample data module:
2020-01-26_165332

Here is the screen of my J3 installation where everything working fine:
2020-01-26_170406

avatar b2z b2z - open - 26 Jan 2020
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jan 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Jan 2020
avatar b2z b2z - change - 26 Jan 2020
Title
[4.0] Sample data module does not shop my sample data plugin
[4.0] Sample data module does not show my sample data plugin
avatar b2z b2z - edited - 26 Jan 2020
avatar SharkyKZ
SharkyKZ - comment - 26 Jan 2020

Looks like plugin event names are now case sensitive. In J3 onSampledataGetOverview, onSampleDataGetOverview and any other casing work but in J4 it has to be onSampledataGetOverview.

avatar b2z
b2z - comment - 26 Jan 2020

Omg :) True it is case sensitive. Now it is working. Thank you.

avatar b2z b2z - close - 26 Jan 2020
avatar b2z b2z - change - 26 Jan 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-01-26 20:24:45
Closed_By b2z

Add a Comment

Login with GitHub to post a comment