J4 Issue ?
avatar PhilETaylor
PhilETaylor
18 Nov 2017

Steps to reproduce the issue

Click Advanced Permissions Report next to a user group

Expected result

Something that is understandable to the average Joomla Super Admin

Actual result

WTF is This - is this really what it should be like?

Is is missing somehting?

There is a Legend at the bottom but none of those icons are displayed anywhere else.

screen shot 2017-11-18 at 20 46 34

Additional comments

@brianteeman

avatar PhilETaylor PhilETaylor - open - 18 Nov 2017
avatar joomla-cms-bot joomla-cms-bot - change - 18 Nov 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 Nov 2017
avatar PhilETaylor PhilETaylor - change - 18 Nov 2017
The description was changed
avatar PhilETaylor PhilETaylor - edited - 18 Nov 2017
avatar brianteeman
brianteeman - comment - 18 Nov 2017

the answers to all your comments are yes something is missing and its blindingly obvious when you compare it to 3.x

avatar PhilETaylor
PhilETaylor - comment - 18 Nov 2017

ok so thats a bug in 4 then... :)

avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Nov 2017
Category com_users
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Nov 2017
Title
[4.0Alpha] Call me thick but what the heck... Advanced Permissions Report
[4.0] Call me thick but what the heck... Advanced Permissions Report
avatar joomla-cms-bot joomla-cms-bot - edited - 19 Nov 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Nov 2017
Status New Discussion
avatar brianteeman brianteeman - labeled - 25 Mar 2018
avatar mbabker
mbabker - comment - 20 Jul 2018

we are now comparing integers (because there's some change in the db code somewhere) with empty strings

It's a side effect of the prepared statement support. mysqli_stmt::bind_result can silently typecast bound variables, and the way our code is structured all query results will go through that method (because of the old mysqlnd problem).

avatar wilsonge
wilsonge - comment - 20 Jul 2018

It's a side effect of the prepared statement support. mysqli_stmt::bind_result can silently typecast bound variables, and the way our code is structured all query results will go through that method (because of the old mysqlnd problem).

Cool. That needs documenting then

#21188 Will fix the issue reported here (although will needing merging through 3.x to 4 once it's merged. So I'm going to close this as we have a PR

avatar wilsonge wilsonge - change - 20 Jul 2018
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2018-07-20 10:30:47
Closed_By wilsonge
Labels Added: J4 Issue
avatar wilsonge wilsonge - close - 20 Jul 2018

Add a Comment

Login with GitHub to post a comment