Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACL setting in backend not responding #12314

Closed
grillkoning opened this issue Oct 5, 2016 · 9 comments
Closed

ACL setting in backend not responding #12314

grillkoning opened this issue Oct 5, 2016 · 9 comments

Comments

@grillkoning
Copy link

grillkoning commented Oct 5, 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

@andrepereiradasilva
Copy link
Contributor

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

@grillkoning
Copy link
Author

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.

@grillkoning
Copy link
Author

screen shot 2016-10-05 at 12 49 56


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

@brianteeman
Copy link
Contributor

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

@grillkoning
Copy link
Author

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.

@brianteeman
Copy link
Contributor

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

@andrepereiradasilva
Copy link
Contributor

andrepereiradasilva commented Oct 5, 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?

@grillkoning
Copy link
Author

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.

@brianteeman
Copy link
Contributor

Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants