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:
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
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
no I couldn't ; tested with com_content which works just fine.
Sounds like an issue with that component then and not the core
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?
check; that indeed solves the problem. Thanks; i would have NEVER guessed that
Closed
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-05 18:46:29 |
Closed_By | ⇒ | brianteeman |
Did you try to refresh the browsercache (Ctrl + F5)
also can you check the chrome developer console to see what js error you have