?
avatar PhilETaylor
PhilETaylor
4 Jul 2020

Steps to reproduce the issue

Joomla 4 Admin console with debug = true
Load any admin url

Expected result

Every SQL run has a reason, only run UPDATE statements if really needed - for performance

Actual result

Every page load MultilangstatusAdminHelper.php runs three sql queries, 2 selects and then an update to set the published state of mod_multilangstatus regardless of its current state

Screenshot 2020-07-04 at 11 33 40

avatar PhilETaylor PhilETaylor - open - 4 Jul 2020
avatar joomla-cms-bot joomla-cms-bot - change - 4 Jul 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Jul 2020
avatar SharkyKZ
SharkyKZ - comment - 16 Jul 2020

Performance is hardly an issue here. But the whole concept makes no sense to me. mod_user keeps unpublishing my modules ?‍♂️ .

avatar SharkyKZ
SharkyKZ - comment - 16 Jul 2020

Let's scrape it. See PR #30113.

avatar SharkyKZ SharkyKZ - change - 16 Jul 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-07-16 07:52:57
Closed_By SharkyKZ
avatar SharkyKZ SharkyKZ - close - 16 Jul 2020

Add a Comment

Login with GitHub to post a comment