Click Advanced Permissions Report next to a user group
Something that is understandable to the average Joomla Super Admin
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.
Labels |
Added:
?
|
ok so thats a bug in 4 then... :)
Category | ⇒ | com_users |
Title |
|
Status | New | ⇒ | Discussion |
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).
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
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-20 10:30:47 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
J4 Issue
|
the answers to all your comments are yes something is missing and its blindingly obvious when you compare it to 3.x