?
avatar grillkoning
grillkoning
5 Oct 2016

Steps to reproduce the issue

made a fresh new extension (on a fresh Joomla install version 3.6.2), either following the documentation:
https://docs.joomla.org/J3.x:Developing_an_MVC_Component/Adding_ACL
or using JDeveloper to create an (otherwise empty) extension gives the same issue:

  • set ACL on component level: OK
  • set ACL on category level: OK
  • set ACL on item level: inherits as expected but freezes on edit

result:

screen shot 2016-10-05 at 05 58 02

avatar grillkoning grillkoning - open - 5 Oct 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 5 Oct 2016

Did you try to refresh the browsercache (Ctrl + F5)
also can you check the chrome developer console to see what js error you have

avatar grillkoning
grillkoning - comment - 5 Oct 2016

Refreshing the browser (or using a different browser) makes no difference.
The console gives error
"permissions.js:1 Uncaught TypeError: Cannot read property 'value' of null"
the apache log gives no error


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12314.

avatar grillkoning
grillkoning - comment - 5 Oct 2016
avatar brianteeman
brianteeman - comment - 5 Oct 2016

I see in your screenshot that it is not a core component. To remove the possibility that there is a bug in that component can you replicate this issue with any of the core components

avatar grillkoning
grillkoning - comment - 5 Oct 2016

no I couldn't ; tested with com_content which works just fine.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12314.

avatar brianteeman
brianteeman - comment - 5 Oct 2016

Sounds like an issue with that component then and not the core

avatar andrepereiradasilva
andrepereiradasilva - comment - 5 Oct 2016

that's probably because your component does not have a title field.

See #11296 (comment) for more info
i actually think the core should not force having a title field here...

anyway can you check that is the problem?

avatar grillkoning
grillkoning - comment - 5 Oct 2016

check; that indeed solves the problem. Thanks; i would have NEVER guessed that


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12314.

avatar brianteeman
brianteeman - comment - 5 Oct 2016

Closed

avatar brianteeman brianteeman - change - 5 Oct 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-10-05 18:46:29
Closed_By brianteeman
avatar brianteeman brianteeman - close - 5 Oct 2016

Add a Comment

Login with GitHub to post a comment