Gassan Gousseinov
Gassan Gousseinov
The problem is $crudController->configureActions is not called for delete or batch_delete actions because $pageName is null https://github.com/EasyCorp/EasyAdminBundle/blob/6bd0489522b3620e1842147592c5cbca22594263/src/Factory/AdminContextFactory.php#L129-L138
collectmessages does not exclude messages that already translated by contrib/django-comments. I asked for a possibility of those exclusion.
Thank you, I know how do I make or compile messages.:) The question is how to subtract messages that already translated in **django-contrib-comments**.
Should I review this PR. Are there any chances of merging for it?
I have forked it and changed 2 lines of code. https://github.com/gassan/wagtail-condensedinlinepanel
I think it would be better to use doveconf, doveadm, postconf etc For exampe: ``` # returns dovecot.conf path doveconf -n | head -n 1 | awk '{print $NF}' ```...
I think, there is no BC. The user can change routing.yml to routing.php, but is not required to do so. I have not deleted the yml file
He can return two different user entities from OAuthUserProvider if he already has two different tables for front- and backend users.
The same for me. The caching takes up several minutes.
https://github.com/alexander-schranz/html-extra/blob/87248a0e840255405398b17dd37eabe9a850b1e6/HtmlExtension.php#L104 `continue;` is out of the scope. `$value` is the same.