Anton Kheystver

Results 4 comments of Anton Kheystver

Fixed by removing `.AddSmtpSender(client)` add adding `services.AddSingleton(x => new SmtpSender(client));` Is it a correct solution?

Same issue after updating to 7.42

@iryston Autocomplete Deluxe is a good solution for node add/update forms, but on view exposed filters it doesn't help. My temporary solution is to add ` $attributes['value'] = str_replace("index.php?q=", "",...

May be allow direct access to index.php if URL contains "/autocomplete/"?