Results 44 comments of Michal Charvat

Yeah I just went trough what you did and you are trying add something like Access Control Object (ACO) to GO. The ACO is basically an actions that are requested...

@mschering Maybe I missed something but it almost looks like there is no check if module is enabled or disabled. Based on that it does not look like zavrazhny removed...

Regards to ACL I see one more issue - when you are assigning ACL entity to any entity via 1:N relation and you dont have access to the related entity,...

@mschering It is realively simple case - split some entities by company (ACL entity). It could be possible via groups acls but it will add another complexity. You have acl...

Without all translation on module layer with this default fallback is the text translated via core locales. You can test it with string "Number" - just remove all files from...

Not sure if this is good because the module without translations could be also an option. So even if you add there option use English words instead of translation mark,...

Well when you use english string in t() it is not necessary define translations in en.php :) That is the main reason why the string is translated immediately via fallback

> When trying to duplicate a module name: I guess it is wrong when you display error message for module name which does not exists inside studio folder. Of course...

![image](https://user-images.githubusercontent.com/8058273/151630414-582ab0ec-4c58-4204-8112-86ee4ca1164a.png)

1. pushed to same branch. 2. This will be a bit complicated because there is existing menu navigation - ie up/down/enter. Currently you can easily press tab to go to...