Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

I have made test on Article form (with 1000 user groups), and validation took only ~40ms, however whole submit ~400ms, but still not 3-4 minutes: ![screen 2018-03-04 13 09 55...

> Try it with access levels of 1000 one to every group too? nope, I missed this part sorry :wink: but, it not affected by validation, Can be due: `jQuery("#permissions-sliders...

~~This need to be updated to be more bcakward compatible.~~

> The first time it saved with no problem. On the second save I got the fatal error That is diferent bug, the fix already there https://github.com/joomla/joomla-cms/pull/43234

It is actually valid bug. Please test the fix https://github.com/joomla/joomla-cms/pull/43878

### Alternative I have prepare also an alternative to `ConfigurableSubscriberInterface` (in framework repo): - https://github.com/joomla-framework/event/pull/36 Wich removes limitations of `SubscriberInterface`, and I think that would be more cleaner solution. Instead...

That could work, but that a very bad idea :wink: What you could try, is to add "important options" (from your point of view) to the plugin parameters. And then...

Allowing User to insert JS in backed, is kind of the same as allowing User insert PHP in backend. We cannot control that code, and what they put in there....

it is normal behavior for fullajax, fullajax run all code that attached to new page you can check that you code run once with `if`, like: ``` javascript if(!window.myCodeInstance){ window.myCodeInstance...