?
avatar JurgenG
JurgenG
28 Apr 2016

I was so stupid as to document 2 bugs in 1 video.
The first part of my video points out the solved issue. The second part (from 1:15) points out a second bug in the javascript...

(I will remove this video in 1 month from now):
https://dl.dropboxusercontent.com/u/7584025/troubleshooting.ogv

My impression is, the JS checks if the resp. is true ... and if it's not, it goes to "else".
There should be an elseif, discerning inherited from false.

avatar JurgenG JurgenG - open - 28 Apr 2016
avatar brianteeman brianteeman - change - 28 Apr 2016
Category ACL
avatar brianteeman brianteeman - change - 29 Apr 2016
Labels Added: ?
avatar dgt41
dgt41 - comment - 15 May 2016

@JurgenG For the second part can you check that your language actually contains the translated string for JLIB_RULES_ALLOWED
The file is language/en-GB/en-GB.lib_joomla.ini (with respect to your language code)

avatar andrepereiradasilva
andrepereiradasilva - comment - 18 May 2016

it also happens in english. the permission js don't process the "Inherited" (only Allowed or Denied) so it fallback to Denied (else).

See https://github.com/joomla/joomla-cms/blob/staging/media/system/js/permissions.js#L54-L65

avatar infograf768
infograf768 - comment - 19 May 2016

I confirm the Ajax bug

avatar JurgenG
JurgenG - comment - 19 May 2016

This isn't a language issue, as a few have already pointed out. I think it's just a matter of adding an extra 'else' clause to have this fixed, but maybe I'm overseeing something.

avatar infograf768
infograf768 - comment - 19 May 2016

Indeed.
We have 3 values: 0 for Denied, 1 for Allowed, empty for inherited.

avatar andrepereiradasilva
andrepereiradasilva - comment - 21 Aug 2016

i think this is already solved in 3.6.2, @JurgenG can you confirm?

avatar brianteeman brianteeman - change - 21 Aug 2016
Status New Information Required
avatar andrepereiradasilva
andrepereiradasilva - comment - 17 Sep 2016

is this solved or not?

avatar zero-24
zero-24 - comment - 17 Sep 2016

Closing. If it is still a issue please reopen.

avatar zero-24 zero-24 - change - 17 Sep 2016
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2016-09-17 12:32:35
Closed_By zero-24
avatar zero-24 zero-24 - close - 17 Sep 2016
avatar JurgenG
JurgenG - comment - 19 Sep 2016

Sorry, I was gone a bit. It indeed seems solved. Thanks for fixing :)

Add a Comment

Login with GitHub to post a comment