Fix updatenotificaltion plugin#12763
Conversation
|
@zero-24 you say to place some code in the template. Is that result supposed to be before or after the PR or are you saying that it should be the same before AND after the PR This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12763. |
|
Correct as the patch fix the code in the update plugin which i can't find a way to test. There fore i have created the snipped which shows the old / wrong value and the new value |
|
Confused here too: |
|
Please look at the code ;) It should just show that the new code produce the correct result. I have not found a way to exactly test the method in the plugin. So i have added here the code that shows the result before and after. Applying the patch does not change anything as this is just the patch to have the |
|
I have tested this item ✅ successfully on a6b7267 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12763. |
1 similar comment
|
I have tested this item ✅ successfully on a6b7267 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12763. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12763. |
* staging: (98 commits) Coding style. PHP constants true, false, and null MUST be in lower case. (joomla#13010) Removing duplicated AS in sql query (joomla#13006) Fixed typo in comment (joomla#12992) Correcting strings in TFA Google plugin (joomla#12980) code style changes (joomla#12986) Error in sr-YU installation ini file (joomla#12984) New DateTime picker (replaces calendar) (joomla#11138) Export of Banners Tracks Does Not Export the Banner Name fix rues get data (joomla#12763) Added Feature items filter to mod_articles_news (joomla#12547) fix them all (joomla#12943) a11y regression fix (joomla#12935) Set correct component id for system links (joomla#12938) Fix for Undefined offset in Content History preview popup (joomla#12791) remove tab on meta charset (joomla#12895) JSession patched to set session _state to 'inactive' when session is closed. (joomla#12928) [JHtmlNumber::bytes] Format number according to language (joomla#12929) Update edit.php (joomla#12818) Update default.xml (joomla#12917) Adding the ability to use the global value for character count in newsfeeds (joomla#12869) ...
Pull Request for Issue #12614
Summary of Changes
The method to get the super users have a problem in getting the super user groups
Testing Instructions
place this code
In the index.php of your template (you can use the template manager for that)
Result:

Documentation Changes Required
None it is a PHP Problem