- Issue created by @mvonfrie
- 🇨🇭Switzerland saschaeggi Zurich
Is this a duplicate of 🐛 Js error when saving reference field Active ?
When editing an exiting or creating a new Symfony mailer policy, the form submit button doesn't always work when Gin theme is enabled.
admin/config/system/mailer
and add a new policy, selecting any type of your choice. Leave the sub-type field empty. Try clicking on "Add and configure"s.admin/config/system/mailer/policy/symfony_mailer.test
, add another adjuster (in my case it was a custom one) and click on "Save".In both cases I got the following JavaScript error:
Uncaught TypeError: Cannot read properties of null (reading 'click')
at HTMLInputElement. (themes/contrib/gin/dist/js/more_actions.js?sonm70:24:130)
Active
4.0
User interface
Is this a duplicate of 🐛 Js error when saving reference field Active ?